Skip to content

Commit

Permalink
feat: Add product area to the bug report template (#1441)
Browse files Browse the repository at this point in the history
## Description:
As Kurtosis gets bigger, slicing bugs by area is becoming increasingly
necessary for triaging

## Is this change user facing?
NO
  • Loading branch information
mieubrisse authored Sep 29, 2023
1 parent 82ce14b commit 6d07ed6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,16 @@ body:
- Papercut; this bug is frustrating, but I have a workaround.
validations:
required: true
- type: dropdown
id: area
attributes:
label: What area of the product does this pertain to?
multiple: false
# Update .github/issue-labeler.yml when updating the list of options
options:
- "CLI: the Command Line Interface"
- "Frontend: the Graphical User Interface, including the Enclave Manager"
- "SDK: the Software Development Kit libraries - Typescript, Go, etc."
- "Other: anything not covered by the above"
validations:
required: true
6 changes: 6 additions & 0 deletions .github/issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ papercut:
- 'Papercut;'
nice to have:
- 'Nice to have;'
cli:
- 'CLI:'
frontend:
- 'Frontend:'
sdk:
- 'SDK:'

0 comments on commit 6d07ed6

Please sign in to comment.