Update BUG-REPORT.yml
This commit is contained in:
13
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
13
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
@@ -24,6 +24,14 @@ body:
|
||||
value: "A bug happened!"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: steps-to-reproduce
|
||||
attributes:
|
||||
label: Steps to Reproduce
|
||||
description: Please list the steps needed to reproduce the issue.
|
||||
placeholder: "1. Step 1\n2. Step 2\n3. Step 3"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: browsers
|
||||
attributes:
|
||||
@@ -42,6 +50,11 @@ body:
|
||||
label: Relevant log output
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: If applicable, add screenshots to help explain your problem. You can drag and drop, paste images directly here or link to them.
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user