File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed
Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 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 :
5473 id : additional-context
5574 attributes :
5675 label : Additional context
57-
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments