commit 858b3c0004c26b8ea7e2f33949feb19e8d5af00c parent ae1c0004ec3780c18c8844181138b358333e4730 Author: Phil Runninger (mac) <prunninger@vhtcx.com> Date: Fri, 9 Aug 2019 09:45:46 -0400 Update PR template, moving some text into a comment. Diffstat:
| M | .github/PULL_REQUEST_TEMPLATE.md | | | 15 | +++++++-------- |
1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,12 +9,11 @@ Closes # <!-- Issue number this PR addresses. If none, remove this line. --> - [ ] `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 this format/example: - ``` - #### MAJOR.MINOR... - - **.PATCH**: PR Title (Author) [#PR Number](link to PR) +- [ ] 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. - #### 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... - ``` +#### MAJOR.MINOR... +- **.PATCH**: PR Title (Author) [#PR Number](link to PR) + +-->
