From 39da91a33df95991709e09f2e5352fd83f836c10 Mon Sep 17 00:00:00 2001 From: w1nst0n <55300518+0x192@users.noreply.github.com> Date: Wed, 1 Dec 2021 17:08:43 +0000 Subject: [PATCH] Update issue templates - Add Feature request template - Update Bug report description --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index eb970c5..a4f4971 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Follow this template if you have an issue (do not make request) +about: You have an issue title: '' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..5f98c43 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +--- +name: Feature request +about: You want a new feature +title: '' +labels: enhancement +assignees: '' + +--- + +**Describe the feature you want** +A clear description of what you want to happen.