From 3a4071505eb2f29e3468e700baa7194ce003554a Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Sun, 27 Dec 2020 17:43:20 -0600 Subject: [PATCH] Update issue templates --- .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 40ba4cd83..20931791c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,7 @@ assignees: '' --- ## Pre-submission checklist -- [ ] I am submitting a bug report, not a feature request. Feature requests should be posted under the Discussions tab. +- [ ] I am submitting a bug report, not a feature request. - [ ] I am running the latest version of Loop Habit Tracker. - [ ] I have have searched for similar issues, but did not find any matches. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..1f8a0fb33 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +To submit a new feature request or vote on existing requests, please visit: +https://github.com/iSoron/uhabits/discussions/categories/feature-requests