Politely ask people not to submit issues to add support for unknown keyboards. (#19737)
This commit is contained in:
parent
f7e69639b5
commit
eeadbd2176
2 changed files with 8 additions and 2 deletions
3
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
3
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -7,6 +7,9 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Provide a general summary of the changes you want in the title above.
|
Provide a general summary of the changes you want in the title above.
|
||||||
|
|
||||||
|
Please refrain from asking maintainers to add support for specific keyboards -- it is unlikely they will have hardware available, and will not be able to help.
|
||||||
|
Your best bet is to take the initiative, add support, then submit a PR yourself.
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Feature Request Type
|
label: Feature Request Type
|
||||||
|
|
3
.github/ISSUE_TEMPLATE/other_issues.yml
vendored
3
.github/ISSUE_TEMPLATE/other_issues.yml
vendored
|
@ -10,6 +10,9 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
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.
|
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.
|
||||||
|
|
||||||
|
Please refrain from asking maintainers to add support for specific keyboards -- it is unlikely they will have hardware available, and will not be able to help.
|
||||||
|
Your best bet is to take the initiative, add support, then submit a PR yourself.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Issue Description
|
label: Issue Description
|
||||||
|
|
Loading…
Reference in a new issue