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 (Landscape)
|
||||
validations:
|
||||
required: true
|
||||
required: false
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
## Bug Details
|
||||
|
||||
- type: input
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What is the bug?
|
||||
description: Describe the bug clearly and concisely.
|
||||
placeholder: e.g., When I try this, I get this result, but I expected that...
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user