nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 97d2d70f6c548ed797b47e4e49c37ab8295fdfd6
parent 649d31384cdc8ab9e3b4a6801447e75ab7a5797f
Author: Phil Runninger (mac) <prunninger@virtualhold.com>
Date:   Wed, 29 Mar 2017 11:27:04 -0400

Add an Issue template to ask for more information up front.

Diffstat:
A.github/ISSUE_TEMPLATE.md | 37+++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+), 0 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,37 @@
+_To assist in resolving your issue, provide as much information as possible, in place of the ellipses (`…`) below._
+
+---
+**Environment:** _Describe your Vim/NERDTree setup._
+
+>* Operating System: …
+>* Vim version `:version`: …
+>* NERDTree version `git rev-parse --short HEAD`: …
+>* NERDTree settings applied in your vimrc, if any:
+>
+>   ```
+>   …
+>   ```
+
+**Process:** _List the steps that will recreate the issue._
+
+>1. …
+
+**Current Result:** _Describe what you you currently experience from this process._
+
+>…
+
+**Expected Result:** _Describe what you would expect to have resulted from this process._
+
+>…
+
+---
+**Optional**
+
+**Screenshot(s):**
+
+>…
+
+**Possible Fix:** _(Have you poked around in the code?)_
+
+>…
+