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:
Phil Runninger
2019-06-27 01:28:45 -04:00
committed by GitHub
parent 33fe2fdf16
commit 347a58b0b0
4 changed files with 264 additions and 180 deletions

View File

@@ -4,7 +4,7 @@ endif
let g:loaded_nerdtree_autoload = 1
function! nerdtree#version()
return '5.0.0'
return '5.1.1'
endfunction
" SECTION: General Functions {{{1