mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
Update Changelog and create PR Template (#1007)
* Update CHANGELOG and change it to Markdown format. * Add PR template with checklist for advancing the version number. * Update version number. * Change PR number in change log and PR template.
This commit is contained in:
22
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
22
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<!-- Enter the issue number this PR addresses below. If none, remove the line. -->
|
||||
### Description of Changes
|
||||
|
||||
Closes #
|
||||
|
||||
---
|
||||
### New Version Info
|
||||
|
||||
- [ ] Derive a new version number. Increment the:
|
||||
- [ ] `MAJOR` version when you make incompatible API changes,
|
||||
- [ ] `MINOR` version when you add functionality in a backwards-compatible manner, and
|
||||
- [ ] `PATCH` version when you make backwards-compatible bug fixes.
|
||||
- [ ] Update version number in [autoload/nerdtree.vim](https://github.com/scrooloose/nerdtree/blob/master/autoload/nerdtree.vim#L7)
|
||||
- [ ] Update the ChangeLog, following this format/example:
|
||||
```
|
||||
MAJOR.MINOR...
|
||||
- **.PATCH**: PR Title (Author) #PR Number
|
||||
|
||||
### 5.1...
|
||||
- **.1**: Update Changelog and create PR Template (@PhilRunninger) #1007
|
||||
- **.0**: Too many changes for one patch...
|
||||
```
|
||||
Reference in New Issue
Block a user