Move label to right spot

Remember kids: Think before committing!
This commit is contained in:
JeremyStar™ 2024-08-18 12:34:08 +02:00
parent d5b7c599a8
commit b7afa4bb5e
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -7,7 +7,6 @@ body:
- type: "markdown" - type: "markdown"
id: "introduction" id: "introduction"
attributes: attributes:
label: "Issue content"
value: | value: |
This issue template is meant for specific, special cases, where an empty issue template may be wanted. This issue template is meant for specific, special cases, where an empty issue template may be wanted.
You should *NOT* use this template to write bug reports, feature or help requests. You should *NOT* use this template to write bug reports, feature or help requests.
@ -15,6 +14,7 @@ body:
- type: "textarea" - type: "textarea"
id: "content" id: "content"
attributes: attributes:
label: "Issue content"
description: "Write your issue content here." description: "Write your issue content here."
validations: validations:
required: true required: true