2019-06-27 01:28:45 -04:00
|
|
|
### Description of Changes
|
2019-07-01 22:13:20 -04:00
|
|
|
Closes # <!-- Issue number this PR addresses. If none, remove this line. -->
|
2019-06-27 01:28:45 -04:00
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
### New Version Info
|
|
|
|
|
|
|
|
- [ ] Derive a new version number. Increment the:
|
2019-07-01 22:13:20 -04:00
|
|
|
- [ ] `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:
|
2019-06-27 01:28:45 -04:00
|
|
|
```
|
2019-07-01 22:13:20 -04:00
|
|
|
#### MAJOR.MINOR...
|
2019-07-07 03:50:59 -04:00
|
|
|
- **.PATCH**: PR Title (Author) [#PR Number](link to PR)
|
2019-06-27 01:28:45 -04:00
|
|
|
|
2019-07-01 22:13:20 -04:00
|
|
|
#### 5.1...
|
2019-07-07 03:50:59 -04:00
|
|
|
- **.1**: Update Changelog and create PR Template (PhilRunninger) [#1007](https://github.com/scrooloose/nerdtree/pull/1007)
|
2019-06-27 01:28:45 -04:00
|
|
|
- **.0**: Too many changes for one patch...
|
|
|
|
```
|