Skip to content

Commit

Permalink
Update BUG_REPORT.yaml (#12291)
Browse files Browse the repository at this point in the history
* Update BUG_REPORT.yaml

* Update BUG_REPORT.yaml

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
sstrubberg and kodiakhq[bot] authored Oct 14, 2022
1 parent 6f7797f commit 59d7392
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,19 @@ body:
placeholder: What did you see? What did you expect to see?
validations:
required: true
- type: dropdown
id: severity
attributes:
label: Suggested Severity
description:
'Read more to understand our [severity levels](https://github.com/carbon-design-system/carbon/blob/main/docs/guides/support.md#severity)'
options:
- 'Severity 1 = Must be fixed ASAP. The response must be swift. Someone from the team must drop all current work and be immediately reassigned to address the issue.'
- 'Severity 2 = User cannot complete task, and/or no workaround within the user experience of a given component.'
- 'Severity 3 = User can complete task, and/or has a workaround within the user experience of a given component.'
- 'Severity 4 = Unrelated to a user task, has a workaround or does not need a workaround.'
validations:
required: true
- type: input
id: example-url
attributes:
Expand Down

0 comments on commit 59d7392

Please sign in to comment.