From ec12b50cde631d3b92b9eaf0815ac58c9ac17826 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 31 Oct 2020 20:23:44 +0100 Subject: [PATCH] Use GitHub issue templates --- .github/ISSUE_TEMPLATE/{bug-report.md => bug_report.md} | 3 +-- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/feature_request.md | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) rename .github/ISSUE_TEMPLATE/{bug-report.md => bug_report.md} (90%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 90% rename from .github/ISSUE_TEMPLATE/bug-report.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 1e4e87a8..2014ef73 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,6 @@ --- name: Bug report -about: If you've found something that does not work, please report it to help improve - grocy +about: If you've found something that does not work, please report it to help improve grocy title: 'Bug: ' labels: bug, ui-bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..b4363330 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Question / Help + url: https://www.reddit.com/r/grocy + about: Please use the r/grocy subreddit for general questions / help diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 1053954f..7b85fb34 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,6 @@ --- name: Feature request -about: Idea for an improvement or new things which you would find useful are always - welcome +about: Idea for an improvement or new things which you would find useful are always welcome title: 'Feature request: ' labels: enhancement assignees: ''