2019-06-27 01:28:45 -04:00
|
|
|
<!-- 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...
|
2019-06-27 08:03:50 -04:00
|
|
|
- **.1**: Update Changelog and create PR Template (PhilRunninger) #1007
|
2019-06-27 01:28:45 -04:00
|
|
|
- **.0**: Too many changes for one patch...
|
|
|
|
```
|