diff --git a/.github/ISSUE_TEMPLATE/all-others.md b/.github/ISSUE_TEMPLATE/all-others.md new file mode 100644 index 0000000..1e4e000 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/all-others.md @@ -0,0 +1,14 @@ +--- +name: All others +about: If your issue doesn't fit the other two, this will guide you to support. +title: "[DELETE ME]" +labels: NOT AN ISSUE +assignees: '' + +--- + +### STOP +If you are seeking support, then please use the gitter channel by following this link. +[NeoPixelBus Gitter Channel](https://gitter.im/Makuna/NeoPixelBus) + +If you submit issues that are not traceable bugs or feature requests, it will get closed and you will be directed to the gitter channel. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9680fde..b042e6b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,9 @@ --- name: Bug report about: Create a report to help us improve +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6daf080..c57bd0e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' ---