fix: merge description and steps into single field with prefilled sections

This commit is contained in:
MarcelineVQ
2026-03-27 23:09:30 +01:00
parent 4a4ae22a2d
commit 49d9a43235
+9 -5
View File
@@ -43,13 +43,17 @@ body:
id: description
attributes:
label: What happened?
description: Describe the issue. Include any error messages or crash details.
value: |
## Description
What went wrong? Include any error messages you saw.
## Steps to reproduce
1.
2.
3.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
- type: textarea
id: crash-log
attributes: