Update --bug-report.yaml
This commit is contained in:
parent
128e7bc686
commit
1efe1184de
12
.github/ISSUE_TEMPLATE/--bug-report.yaml
vendored
12
.github/ISSUE_TEMPLATE/--bug-report.yaml
vendored
|
|
@ -56,6 +56,18 @@ body:
|
||||||
- Deploy Preview
|
- Deploy Preview
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: severity
|
||||||
|
attributes:
|
||||||
|
label: Severity
|
||||||
|
description: "The impact of the issue"
|
||||||
|
options:
|
||||||
|
- Critical: Broken applications
|
||||||
|
- High: Blocker to building
|
||||||
|
- Medium: Frustrating UX
|
||||||
|
- Low: Inconsistent UI/UX
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: video
|
id: video
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user