Update PR template, moving some text into a comment.

This commit is contained in:
Phil Runninger (mac) 2019-08-09 09:45:46 -04:00
parent ae1c0004ec
commit 858b3c0004

View File

@ -9,12 +9,11 @@ Closes # <!-- Issue number this PR addresses. If none, remove this line. -->
- [ ] `MAJOR` version when you make incompatible API changes - [ ] `MAJOR` version when you make incompatible API changes
- [ ] `MINOR` version when you add functionality in a backwards-compatible manner - [ ] `MINOR` version when you add functionality in a backwards-compatible manner
- [ ] `PATCH` version when you make backwards-compatible bug fixes - [ ] `PATCH` version when you make backwards-compatible bug fixes
- [ ] Update [CHANGELOG.md](https://github.com/scrooloose/nerdtree/blob/master/CHANGELOG.md), following this format/example: - [ ] Update [CHANGELOG.md](https://github.com/scrooloose/nerdtree/blob/master/CHANGELOG.md).
``` <!--
Use this format in CHANGELOG.md. Use the existing text as a template.
#### MAJOR.MINOR... #### MAJOR.MINOR...
- **.PATCH**: PR Title (Author) [#PR Number](link to PR) - **.PATCH**: PR Title (Author) [#PR Number](link to PR)
#### 5.1... -->
- **.1**: Update Changelog and create PR Template (PhilRunninger) [#1007](https://github.com/scrooloose/nerdtree/pull/1007)
- **.0**: Too many changes for one patch...
```