Skip to content

Commit 81c64f8

Browse files
authored
Update issue and enhancement templates (#60)
1 parent 175cef1 commit 81c64f8

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,25 @@ body:
1616
If applicable, add screenshots to help explain the problem you are facing.
1717
validations:
1818
required: true
19+
- type: dropdown
20+
id: impact
21+
attributes:
22+
label: Impact
23+
description: How severe is the business impact of this bug?
24+
options:
25+
- Low (minor issue or cosmetic problem)
26+
- Medium (functionality degraded, workaround exists)
27+
- High (major functionality broken, no workaround)
28+
- Critical (system down, data loss, affecting deployment in production)
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: impact-rationale
33+
attributes:
34+
label: Impact Rationale
35+
description: >
36+
If impact is high or critical, please provide the rationale behind your assessment, impacted
37+
project reference and any relevant project deadline dates which will be affected by this bug.
1938
- type: textarea
2039
id: reproduction
2140
attributes:
@@ -54,4 +73,3 @@ body:
5473
id: additional-context
5574
attributes:
5675
label: Additional context
57-

.github/ISSUE_TEMPLATE/enhancement_proposal.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,22 @@ body:
1515
Describe the enhancement you would like to see in as much detail as needed.
1616
validations:
1717
required: true
18+
- type: dropdown
19+
id: impact
20+
attributes:
21+
label: Impact
22+
description: What is the impact of this feature?
23+
options:
24+
- Low (The feature is nice to have)
25+
- Medium (The feature may be helpful in the future)
26+
- High (The feature has short-term technical value)
27+
- Critical (The feature has big short-term business value)
28+
validations:
29+
required: true
30+
- type: textarea
31+
id: impact-rationale
32+
attributes:
33+
label: Impact Rationale
34+
description: >
35+
If impact is high or critical, please provide the rationale behind your assessment with as
36+
much context as possible.

0 commit comments

Comments
 (0)