Support multi-line for bug description
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug.yml
vendored
6
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -57,20 +57,18 @@ body:
|
|||||||
- US
|
- US
|
||||||
- US (Landscape)
|
- US (Landscape)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: false
|
||||||
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## Bug Details
|
## Bug Details
|
||||||
|
|
||||||
- type: input
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: What is the bug?
|
label: What is the bug?
|
||||||
description: Describe the bug clearly and concisely.
|
description: Describe the bug clearly and concisely.
|
||||||
placeholder: e.g., When I try this, I get this result, but I expected that...
|
placeholder: e.g., When I try this, I get this result, but I expected that...
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user