From dfc3db25c3f02645a28f494c010a8c4d6a3c2023 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 10 May 2019 21:22:08 +0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .../for-questions-please-use-our-forum-support.md | 14 -------------- 3 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/for-questions-please-use-our-forum-support.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 90d542f..d690348 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: "[Bug]" -labels: Bug +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ae3f7c9..f9acdb3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: "[Feature]" -labels: Feature +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/for-questions-please-use-our-forum-support.md b/.github/ISSUE_TEMPLATE/for-questions-please-use-our-forum-support.md deleted file mode 100644 index 1504ce0..0000000 --- a/.github/ISSUE_TEMPLATE/for-questions-please-use-our-forum-support.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: For questions please use our forum support -about: Please don't open issue for question -title: '' -labels: '' -assignees: '' - ---- - -**Please DO NOT use GitHub issues for question or troubleshooting projects.** Instead use the forums at http://forums.adafruit.com. Only create issue if it is a bug, feature or discussion that requires **code changes to resolve**. - -**Check our tutorial and examples** There is chance that our tutorial and examples has useful information for you: -- [Feather nRF52832 tutorial](https://learn.adafruit.com/bluefruit-nrf52-feather-learning-guide) -- [Feather nRF52840 tutorial](https://learn.adafruit.com/introducing-the-adafruit-nrf52840-feather)