diff options
author | Marvin Borner | 2020-03-17 23:00:37 +0100 |
---|---|---|
committer | Marvin Borner | 2020-03-17 23:00:37 +0100 |
commit | eb4fbe62bb1f24a1bae63792b234d1265c205091 (patch) | |
tree | a915642e7697ac2d39097592f8b13f247f57b42d /.config/nvim/plugged/nerdtree/.github/PULL_REQUEST_TEMPLATE.md | |
parent | 0e9ddbb0bf0cd34500155ea4b03de2e2a38d8ab2 (diff) |
Wht did I spend my whole day on a awesome vim config? :)
Diffstat (limited to '.config/nvim/plugged/nerdtree/.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .config/nvim/plugged/nerdtree/.github/PULL_REQUEST_TEMPLATE.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.config/nvim/plugged/nerdtree/.github/PULL_REQUEST_TEMPLATE.md b/.config/nvim/plugged/nerdtree/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 24dba3f..0000000 --- a/.config/nvim/plugged/nerdtree/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,16 +0,0 @@ -### Description of Changes -Closes # <!-- Issue number this PR addresses. If none, remove this line. --> - - ---- -### New Version Info - -#### Author's Instructions -- [ ] Derive a new `MAJOR.MINOR.PATCH` version number. Increment the: - - `MAJOR` version when you make incompatible API changes - - `MINOR` version when you add functionality in a backwards-compatible manner - - `PATCH` version when you make backwards-compatible bug fixes -- [ ] Update [CHANGELOG.md](https://github.com/scrooloose/nerdtree/blob/master/CHANGELOG.md), following the established pattern. -#### Collaborator's Instructions -- [ ] Review [CHANGELOG.md](https://github.com/scrooloose/nerdtree/blob/master/CHANGELOG.md), suggesting a different version number if necessary. -- [ ] After merge, tag the merge commit, e.g. `git tag -a 3.1.4 -m "v3.1.4" && git push origin --tags` |