mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-15 06:22:45 +00:00
add discussion templates for colors and layouts
and hope it works because apparently there is no preview
This commit is contained in:
parent
b1798d5777
commit
723812d913
3 changed files with 42 additions and 0 deletions
18
.github/DISCUSSION_TEMPLATE/custom-colors.yml
vendored
Normal file
18
.github/DISCUSSION_TEMPLATE/custom-colors.yml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
body:
|
||||
- type: input
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
placeholder: |
|
||||
"You can add some description and screenshots here if you want."
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: colors
|
||||
attributes:
|
||||
label: Colors
|
||||
placeholder: |
|
||||
"Please paste the colors (obtained via the _copy_ button) here, and surround the text with ``` to make sure it's displayed in a way that can be copied easily."
|
||||
validations:
|
||||
required: true
|
18
.github/DISCUSSION_TEMPLATE/custom-layout.yml
vendored
Normal file
18
.github/DISCUSSION_TEMPLATE/custom-layout.yml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
body:
|
||||
- type: input
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
placeholder: |
|
||||
"You can add some description and screenshots here if you want."
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: layout
|
||||
attributes:
|
||||
label: Layout
|
||||
placeholder: |
|
||||
"Please paste the layout here, and surround it with ``` to make sure it's displayed in a way that can be copied easily."
|
||||
validations:
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue