From 34971a8dedf89cde557aebd20be78b7eef5232de Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sat, 23 Oct 2021 18:35:34 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 26 +++++++++++++++++++++++ 2 files changed, 27 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 b6332be32..0fef55ae1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -50,4 +50,4 @@ If you are reporting a UI or performance issue, please always provide details ab - Web browsers - operating systems - installed memory -- and processors \ No newline at end of file +- and processors diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..a46b066ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,26 @@ +--- +name: Feature Request +about: Suggest a new feature or improvement +title: " " +labels: idea +assignees: '' + +--- + +PLEASE ONLY SUBMIT FEATURE REQUESTS IF YOU HAVE VERIFIED THAT NO SIMILAR IDEA OR TODO ALREADY EXISTS - THANK YOU! + +**Is your feature request related to a problem? Please describe.** + +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** + +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** + +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** + +Add any other context or screenshots about the feature request here.