nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit b213fae7798d21ea9351cd90d54408d80be20fe6
parent b9a421b2d56c6746e3e7e76b74b9905c72822277
Author: Phil Runninger (mac) <prunninger@vhtcx.com>
Date:   Wed, 19 Jun 2019 18:38:57 -0400

Update the issue template. Shout out to @ryanoasis for the inspiration.

Diffstat:
M.github/ISSUE_TEMPLATE.md | 54+++++++++++++++++++++++++++++++++++-------------------
1 file changed, 35 insertions(+), 19 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
@@ -1,28 +1,44 @@
-<!--- To assist in resolving your issue, provide as much information as possible. -->
+# Attention! Please Read!
+Please fill out **ALL the information** below so that the issue can be fully understood. Omitting information will delay the resolution of your issue. It will be labeled **`Needs More Info`**, and *may* be closed until there is enough information.
 
-### Environment
-<!--- Describe your Vim/NERDTree setup. -->
+Keep in mind that others may experience the same issue in the future. The better your information, the more likely they'll be able to answer they're own question.
 
-* Operating System: 
-* Vim version `:version`: 
-* NERDTree version `git rev-parse --short HEAD`: 
-* NERDTree settings applied in your vimrc, if any:
-    ```vim
-    ```
+After reading, and before submitting your issue, please remove this introductory text.
 
-### Process
-<!--- List the steps that will recreate the issue. -->
+──────────────────── ✄ ────────────────────
 
-1. 
+#### Self-Diagnosis
+- [ ] I have searched the [issues](https://github.com/scrooloose/nerdtree/issues) for an answer to my question.
+- [ ] I have reviewed the NERDTree documentation. `:h NERDTree`
+- [ ] I have reviewed the [Wiki](https://github.com/scrooloose/nerdtree/wiki).
+- [ ] I have searched the web for an answer to my question.
 
-### Current Result
-<!--- Describe what you you currently experience from this process. -->
+#### Issue Type
+- [ ] General Question (Setup, How-To, etc.)
+- [ ] Feature Request
+- [ ] Bug Report
 
-### Expected Result
-<!--- Describe what you would have expected from this process. -->
+#### Environment (for bug reports)
+- [ ] Operating System: 
+- [ ] Vim/Neovim version `:version`: 
+- [ ] NERDTree version `git rev-parse --short HEAD`: 
+- [ ] A link to my [vimrc](), or
+- [ ] vimrc settings
+    - [ ] NERDTree variables
+    ```vim
+    ```
+    - Other NERDTree-dependent Plugins
+        - [ ] jistr/vim-nerdtree-tabs
+        - [ ] ryanoasis/vim-devicons
+        - [ ] tiagofumo/vim-nerdtree-syntax-highlight
+        - [ ] Xuyuanp/nerdtree-git-plugin
+        - [ ] Others: 
+- [ ] I've verified the issue occurs with only NERDTree installed.
+
+#### Steps to Reproduce the Issue
+1. 
 
-### Screenshot(s)
+#### Current Result (Include screenshots where appropriate.)
 
-### Possible Fix
-<!--- If you have explored the code, share what you've found. -->
+#### Expected Result