diff options
author | QMK Bot <hello@qmk.fm> | 2022-10-05 17:30:53 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-10-05 17:30:53 +0000 |
commit | 7a84a7458caa021d9eb626cdad1e8861ee3375ca (patch) | |
tree | 959ab5335ef6f55bb203a45086ed7076becbc2b5 /.github/ISSUE_TEMPLATE | |
parent | c76d2074b68b1fdaa48e7af7ce93275fe418f538 (diff) | |
parent | 44aad7b92bb38c4fbd0ebc143a3f88c564c7373a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/other_issues.md | 14 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/other_issues.yml | 16 |
2 files changed, 16 insertions, 14 deletions
diff --git a/.github/ISSUE_TEMPLATE/other_issues.md b/.github/ISSUE_TEMPLATE/other_issues.md deleted file mode 100644 index befeeb165a..0000000000 --- a/.github/ISSUE_TEMPLATE/other_issues.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Other issues -about: Anything else that doesn't fall into the above categories. -title: '' -labels: help wanted, question -assignees: '' - ---- - -<!--- Provide a general summary of the changes you want in the title above. --> - -<!--- Anything on lines wrapped in comments like these will not show up in the final text. --> - -<!-- Please check https://docs.qmk.fm/#/support for additional resources first. If that doesn't answer your question, choose the bug report template instead, as that may be more appropriate. --> diff --git a/.github/ISSUE_TEMPLATE/other_issues.yml b/.github/ISSUE_TEMPLATE/other_issues.yml new file mode 100644 index 0000000000..7c4fbeb23c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other_issues.yml @@ -0,0 +1,16 @@ +name: Other issues +description: Anything else that doesn't fall into the above categories. +labels: ["help wanted", "question"] +body: + - type: markdown + attributes: + value: | + Provide a general summary of the changes you want in the title above. + - type: markdown + attributes: + value: | + Please check [https://docs.qmk.fm/#/support](https://docs.qmk.fm/#/support) for additional resources first. If that doesn't answer your question, choose the bug report template instead, as that may be more appropriate. + - type: textarea + attributes: + label: Issue Description + description: Describe your issue in as much detail as possible.
\ No newline at end of file |