chore: move template message to bottom of body

This commit is contained in:
2025-04-28 13:40:26 +01:00
parent 35321a56b8
commit 59da5d315d
2 changed files with 12 additions and 12 deletions

View File

@@ -3,11 +3,6 @@ about: File a bug report
title: "[Bug] ..." title: "[Bug] ..."
labels: "Kind/Bug" labels: "Kind/Bug"
body: body:
- type: markdown
attributes:
value: |
This issue was created using the bug report template.
visible: [content]
- type: textarea - type: textarea
id: what-happened id: what-happened
attributes: attributes:
@@ -27,4 +22,9 @@ body:
- 0.0.9 - 0.0.9
- 0.0.8 - 0.0.8
validations: validations:
required: true required: true
- type: markdown
attributes:
value: |
This issue was created using the bug report template.
visible: [content]

View File

@@ -3,11 +3,6 @@ about: Suggest an idea for this project
title: "[Feature] ..." title: "[Feature] ..."
labels: "Kind/Feature" labels: "Kind/Feature"
body: body:
- type: markdown
attributes:
value: |
This issue was created using the feature template.
visible: [content]
- type: textarea - type: textarea
id: idea id: idea
attributes: attributes:
@@ -27,4 +22,9 @@ body:
- 0.0.9 - 0.0.9
- 0.0.8 - 0.0.8
validations: validations:
required: true required: true
- type: markdown
attributes:
value: |
This issue was created using the feature template.
visible: [content]