From 03073bb1c818ad0a02cdcfc0f417d5e01298c6b6 Mon Sep 17 00:00:00 2001 From: "Phil Runninger (mac)" Date: Fri, 9 Aug 2019 10:07:14 -0400 Subject: [PATCH] Update issue templates, moving some text into comments. --- .github/ISSUE_TEMPLATE/bug.md | 19 ++++++++++--------- .github/ISSUE_TEMPLATE/question.md | 19 ++++++++++--------- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 88ffdf3..b0baedb 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -3,18 +3,19 @@ name: "Bug Report" about: "NERDTree is misbehaving? Tell us about it." labels: bug --- + #### 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). diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 12ed8e6..de1484e 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -3,18 +3,19 @@ name: "General Question" about: "Having trouble setting up NERDTree? Need clarification on a setting? Ask your question here." labels: "general question" --- + #### 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).