From e5fc54a3c00710d1a2e9751e31fbceadbe5db7da Mon Sep 17 00:00:00 2001 From: Jos Ahrens Date: Thu, 28 Jun 2018 16:34:07 +0000 Subject: [PATCH 1/2] introduce issue templates --- .../Bug_Report.md} | 6 ++++++ .github/ISSUE_TEMPLATE/Feature_Request.md | 12 ++++++++++++ 2 files changed, 18 insertions(+) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/Bug_Report.md} (74%) create mode 100644 .github/ISSUE_TEMPLATE/Feature_Request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/Bug_Report.md similarity index 74% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/Bug_Report.md index fe6b39de..26aed90a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -1,3 +1,9 @@ +--- +name: Bug Report +about: Create a bug report + +--- + * *Node version:* diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md new file mode 100644 index 00000000..a30fa2d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -0,0 +1,12 @@ +--- +name: Feature Request +about: Request a new feature + +--- + + + +* *The Lounge version:* + +--- + From f5b70092b20dc70e7a6d9c509f43bf08d25d8790 Mon Sep 17 00:00:00 2001 From: Jos Ahrens Date: Fri, 6 Jul 2018 17:11:31 +0000 Subject: [PATCH 2/2] Modify Feature_Request.md template - Stop asking for version - Add comment suggesting to look into existing issues - Add

block for "Feature Description" --- .github/ISSUE_TEMPLATE/Feature_Request.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md index a30fa2d9..473d18b6 100644 --- a/.github/ISSUE_TEMPLATE/Feature_Request.md +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -4,9 +4,7 @@ about: Request a new feature --- - - -* *The Lounge version:* - ---- + + +### Feature Description