-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add product area to the bug report template (#1441)
## Description: As Kurtosis gets bigger, slicing bugs by area is becoming increasingly necessary for triaging ## Is this change user facing? NO
- Loading branch information
1 parent
82ce14b
commit 6d07ed6
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,9 @@ papercut: | |
- 'Papercut;' | ||
nice to have: | ||
- 'Nice to have;' | ||
cli: | ||
- 'CLI:' | ||
frontend: | ||
- 'Frontend:' | ||
sdk: | ||
- 'SDK:' |