diff options
author | Drashna Jaelre <drashna@live.com> | 2019-11-08 20:09:54 -0800 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-08 20:09:54 -0800 |
commit | 63d899d1adef561490620e3b69cc2c0d25f29c74 (patch) | |
tree | cf275a2ee5b6a5502fc4e639763e4fd9c9f93050 /.github | |
parent | 2b30776dd0f6dc6571fb741113bc71cea578b971 (diff) | |
download | qmk_firmware-63d899d1adef561490620e3b69cc2c0d25f29c74.tar.gz qmk_firmware-63d899d1adef561490620e3b69cc2c0d25f29c74.zip |
[GitHub] Update issue templates (#7303)
* Update issue templates
* Create config.yml
* Update bug_report.md
* Update other_issues.md
* Update feature_request.md
* Wordsmithing and type fixes
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/blank.md | 8 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 7 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 8 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 7 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/other_issues.md | 7 |
5 files changed, 33 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/blank.md b/.github/ISSUE_TEMPLATE/blank.md index 50a32034d..5644802ef 100644 --- a/.github/ISSUE_TEMPLATE/blank.md +++ b/.github/ISSUE_TEMPLATE/blank.md | |||
@@ -1,5 +1,11 @@ | |||
1 | --- | 1 | --- |
2 | name: Blank issue | 2 | name: Blank issue |
3 | about: If you're 100% sure that you don't need one of the other issue templates, use this one instead. | 3 | about: If you're 100% sure that you don't need one of the other issue templates, use |
4 | this one instead. | ||
5 | title: '' | ||
6 | labels: help wanted, question | ||
7 | assignees: '' | ||
4 | 8 | ||
5 | --- | 9 | --- |
10 | |||
11 | |||
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3c35416e0..2e64ef16d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md | |||
@@ -1,7 +1,12 @@ | |||
1 | --- | 1 | --- |
2 | name: Bug report | 2 | name: Bug report |
3 | about: Create a report to help us improve the QMK Firmware | 3 | about: Create a report to help us improve QMK Firmware. |
4 | title: "[Bug] " | ||
5 | labels: bug, help wanted, discussion | ||
6 | assignees: '' | ||
7 | |||
4 | --- | 8 | --- |
9 | |||
5 | <!-- Provide a general summary of the bug in the title above. --> | 10 | <!-- Provide a general summary of the bug in the title above. --> |
6 | 11 | ||
7 | <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> | 12 | <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> |
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..0d4ca035c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml | |||
@@ -0,0 +1,8 @@ | |||
1 | blank_issues_enabled: false | ||
2 | contact_links: | ||
3 | - name: QMK Discord | ||
4 | url: https://discord.gg/Uq7gcHh | ||
5 | about: Ask questions, discuss issues and features. Chill. | ||
6 | - name: OLKB Subreddit | ||
7 | url: https://www.reddit.com/r/olkb | ||
8 | about: All things OLKB and QMK. | ||
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 01aeb26ce..f7eaa825b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md | |||
@@ -1,7 +1,12 @@ | |||
1 | --- | 1 | --- |
2 | name: Feature request | 2 | name: Feature request |
3 | about: Suggest a new feature or changes to existing features | 3 | about: Suggest a new feature or changes to existing features. |
4 | title: "[Feature Request] " | ||
5 | labels: enhancement, help wanted, discussion | ||
6 | assignees: '' | ||
7 | |||
4 | --- | 8 | --- |
9 | |||
5 | <!--- Provide a general summary of the changes you want in the title above. --> | 10 | <!--- Provide a general summary of the changes you want in the title above. --> |
6 | 11 | ||
7 | <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> | 12 | <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> |
diff --git a/.github/ISSUE_TEMPLATE/other_issues.md b/.github/ISSUE_TEMPLATE/other_issues.md index 7c4891ac3..a0060a8ca 100644 --- a/.github/ISSUE_TEMPLATE/other_issues.md +++ b/.github/ISSUE_TEMPLATE/other_issues.md | |||
@@ -1,7 +1,12 @@ | |||
1 | --- | 1 | --- |
2 | name: Other issues | 2 | name: Other issues |
3 | about: Anything else that doesn't fall into the above categories. | 3 | about: Anything else that doesn't fall into the above categories. |
4 | title: '' | ||
5 | labels: help wanted, question, discussion | ||
6 | assignees: '' | ||
7 | |||
4 | --- | 8 | --- |
9 | |||
5 | <!--- Provide a general summary of the changes you want in the title above. --> | 10 | <!--- Provide a general summary of the changes you want in the title above. --> |
6 | 11 | ||
7 | <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> | 12 | <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> |