nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit b9a421b2d56c6746e3e7e76b74b9905c72822277
parent 254f7678f32d83808601f19d5eee152acdcab9cd
Author: Phil Runninger (mac) <prunninger@vhtcx.com>
Date:   Wed, 19 Jun 2019 16:02:55 -0400

Remove the bug.md template. Not able to make multiple templates.

Diffstat:
D.github/ISSUE_TEMPLATE/bug.md | 35-----------------------------------
1 file changed, 0 insertions(+), 35 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
@@ -1,35 +0,0 @@
----
-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
-<!--- 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:
-    ```vim
-    ```
-
-### 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 have expected from this process. -->
-
-### Screenshot(s)
-
-### Possible Fix
-<!--- If you have explored the code, share what you've found. -->