20 lines
657 B
Markdown
20 lines
657 B
Markdown
### Description of Changes
|
|
Closes # <!-- Issue number this PR addresses. If none, remove this line. -->
|
|
|
|
|
|
---
|
|
### 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
|
|
- [ ] `PATCH` version when you make backwards-compatible bug fixes
|
|
- [ ] 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...
|
|
- **.PATCH**: PR Title (Author) [#PR Number](link to PR)
|
|
|
|
-->
|