From 318fb2d0de18c85e38320a8854ce31ccbcbfacb6 Mon Sep 17 00:00:00 2001 From: "Phil Runninger (mac)" Date: Wed, 19 Jun 2019 15:45:22 -0400 Subject: [PATCH] Add new issue template, just for bugs. --- .github/bug.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/bug.md diff --git a/.github/bug.md b/.github/bug.md new file mode 100644 index 0000000..a274776 --- /dev/null +++ b/.github/bug.md @@ -0,0 +1,35 @@ +--- +labels: bug +--- + +# Bug Report +## To assist in resolving your issue, fill out this form completely. Omitting information will delay the resolution of your issue. + +- [ ] Have you reviewed the NERDTree documentation? `:h NERDTree` +- [ ] Have you looked for an answer to your question in the [Wiki](https://github.com/scrooloose/nerdtree/wiki)? + +### Environment + + +- [ ] Operating System: +- [ ] Vim version `:version`: +- [ ] NERDTree version `git rev-parse --short HEAD`: +- [ ] NERDTree settings applied in your vimrc, if any: + ```vim + ``` + +### Process + + +1. + +### Current Result + + +### Expected Result + + +### Screenshot(s) + +### Possible Fix +