Skip to content

Commit

Permalink
Update bug.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Savitha Raghunathan <[email protected]>
  • Loading branch information
savitharaghunathan authored Sep 14, 2023
1 parent 4217e66 commit 5558cc7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ body:
description: What is the Konveyor version you're using?
validations:
required: true
- type: dropdown
id: priority
attributes:
label: Priority
description: What is the prority of this bug?
options:
- Critical
- Blocker
- Major
- Minor
- Undefined (Default)
default: 0
validations:
required: true
- type: textarea
attributes:
label: Current Behavior
Expand All @@ -29,6 +43,19 @@ body:
description: A concise description of what you expected to happen.
validations:
required: false
- type: dropdown
id: how_reproducible
attributes:
label: How Reproducible
description: How often the bug can be reproduced?
options:
- Always (Default)
- Sometimes
- Never
- Other (Add more details in 'Anything else')
default: 0
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
Expand Down

0 comments on commit 5558cc7

Please sign in to comment.