summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/other_issues.yml
diff options
context:
space:
mode:
authorBrian Choromanski <BrianChoromanski@gmail.com>2022-10-05 13:29:43 -0400
committerGitHub <noreply@github.com>2022-10-05 10:29:43 -0700
commitf7785223e5e8aa2a7dbb665e8359de36aa4e7227 (patch)
tree90166d82b29ec43b5abcbff7706e825deeecfd7a /.github/ISSUE_TEMPLATE/other_issues.yml
parent959f4cbb621868a4f0c1701f54ad2a1f45d889af (diff)
Added new issue template for "Other issues" (#18578)
Diffstat (limited to '.github/ISSUE_TEMPLATE/other_issues.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/other_issues.yml16
1 files changed, 16 insertions, 0 deletions
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