mirror of
https://github.com/qmk/.github.git
synced 2026-09-07 16:00:17 +02:00
swap to forms
This commit is contained in:
@@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
name: Feature Request
|
|
||||||
about: Suggest a new feature or changes to existing features.
|
|
||||||
title: "[Feature Request] "
|
|
||||||
labels: enhancement
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<!--- Provide a general summary of the changes you want in the title above. -->
|
|
||||||
|
|
||||||
<!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
|
|
||||||
<!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
|
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
<!-- A few sentences describing what it is that you'd like to see in QMK. Additional information (such as links to spec sheets, licensing info, other related issues or PRs, etc) would be helpful. -->
|
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
name: Feature Request
|
||||||
|
description: Suggest a new feature or changes to existing features.
|
||||||
|
title: "[Feature Request] "
|
||||||
|
labels: [enhancement]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Thanks for taking the time to fill out this feature request!
|
||||||
|
|
||||||
|
Please provide a general summary of the changes you want in the title above.
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Description
|
||||||
|
description: |
|
||||||
|
A few sentences describing what it is that you'd like to see in QMK.
|
||||||
|
Additional information (such as links to spec sheets, licensing info, other related issues or PRs, etc) would be helpful.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
Reference in New Issue
Block a user