From 2d4db253080a1ed4f54da3d244ae94943b8f6c2a Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 31 Oct 2020 20:18:02 +0100 Subject: [PATCH] Use GitHub issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md 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 new file mode 100644 index 00000000..1e4e87a8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,11 @@ +--- +name: Bug report +about: If you've found something that does not work, please report it to help improve + grocy +title: 'Bug: ' +labels: bug, ui-bug +assignees: '' + +--- + +Please describe the bug as detailed as possible, provide the steps how to reproduce it and maybe attach screenshots where useful. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..1053954f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +--- +name: Feature request +about: Idea for an improvement or new things which you would find useful are always + welcome +title: 'Feature request: ' +labels: enhancement +assignees: '' + +--- + +Please describe what you would find useful and please also check (by searching open requests here) if that was maybe already requested.