From 6fb1dbd6799d01e513972de5b3358abb18c857c1 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 16 Sep 2019 15:49:10 +0200 Subject: [PATCH] make separate bug/report templates --- .../bug_report.md} | 20 +------------------ .github/ISSUE_TEMPLATE/feature_request.md | 16 +++++++++++++++ 2 files changed, 17 insertions(+), 19 deletions(-) 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 33bd388f9f..952da7d1fc 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,17 +4,11 @@ - Program: Authoritative, Recursor, dnsdist - - Issue type: Bug report/Feature request + - Issue type: Bug report ### Short description - - - - ### Environment - Operating system: @@ -35,15 +29,3 @@ If this is a bug report, use the following part of the the template and delete t ### Other information - - - - - -### Usecase - - -### Description - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..5d1dfc0561 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ + + + + + + - Program: Authoritative, Recursor, dnsdist + - Issue type: Feature request + +### Short description + + +### Usecase + + +### Description + -- 2.47.2