add discussion templates for colors and layouts

and hope it works because apparently there is no preview
This commit is contained in:
Helium314 2024-09-15 12:18:11 +02:00
parent b1798d5777
commit 723812d913
3 changed files with 42 additions and 0 deletions

View 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

View 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