fix: merge description and steps into single field with prefilled sections
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user