nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 184fbb6ffea6dc69726b229a08153c9d08522386
parent 03073bb1c818ad0a02cdcfc0f417d5e01298c6b6
Author: Phil Runninger (mac) <prunninger@vhtcx.com>
Date:   Fri,  9 Aug 2019 10:27:47 -0400

Better spacing of comment in issue templates.

Diffstat:
M.github/ISSUE_TEMPLATE/bug.md | 7+++----
M.github/ISSUE_TEMPLATE/question.md | 7+++----
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
@@ -3,8 +3,7 @@ name: "Bug Report"
 about: "NERDTree is misbehaving? Tell us about it."
 labels: bug
 ---
-<!--
-Attention! Please Read!
+<!-- 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
@@ -12,8 +11,8 @@ will be labeled "Needs More Info", and may be closed until there is enough
 information.
 
 Keep in mind that others may have the same question in the future. The better
-your information, the more likely they'll be able to help themselves.
--->
+your information, the more likely they'll be able to help themselves. -->
+
 #### Self-Diagnosis
 <!-- Check the boxes after creating the issue, or use [x]. -->
 - [ ] I have searched the [issues](https://github.com/scrooloose/nerdtree/issues) for an answer to my question.
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
@@ -3,8 +3,7 @@ name: "General Question"
 about: "Having trouble setting up NERDTree? Need clarification on a setting? Ask your question here."
 labels: "general question"
 ---
-<!--
-Attention! Please Read!
+<!-- 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
@@ -12,8 +11,8 @@ will be labeled "Needs More Info", and may be closed until there is enough
 information.
 
 Keep in mind that others may have the same question in the future. The better
-your information, the more likely they'll be able to help themselves.
--->
+your information, the more likely they'll be able to help themselves. -->
+
 #### Self-Diagnosis
 <!-- Check the boxes after creating the issue, or use [x]. -->
 - [ ] I have searched the [issues](https://github.com/scrooloose/nerdtree/issues) for an answer to my question.