File tree Expand file tree Collapse file tree 3 files changed +42
-4
lines changed
Expand file tree Collapse file tree 3 files changed +42
-4
lines changed Original file line number Diff line number Diff line change 11name : Bug Report
22description : File a bug report
3- labels : ["Type: Bug", "Status: Triage "]
3+ labels : ["bug "]
44body :
55 - type : markdown
66 attributes :
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 :
@@ -46,12 +65,11 @@ body:
4665 description : >
4766 Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
4867 Fetch the logs using `juju debug-log --replay` and `kubectl logs ...`. Additional details available in the juju docs
49- at https://juju.is/docs/olm/juju -logs
68+ at https://documentation.ubuntu.com/ juju/3.6/howto/manage-logs/#manage -logs
5069 render : shell
5170 validations :
5271 required : true
5372 - type : textarea
5473 id : additional-context
5574 attributes :
5675 label : Additional context
57-
Original file line number Diff line number Diff line change 11name : Enhancement Proposal
22description : File an enhancement proposal
3- labels : ["Type: Enhancement", "Status: Triage "]
3+ labels : ["enhancement "]
44body :
55 - type : markdown
66 attributes :
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.
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ CVE-2024-45337 # golang.org/x/crypto
77CVE-2025-22868 # golang.org/x/oauth2
88# stdlib
99CVE-2025-61729
10+ CVE-2025-68121
You can’t perform that action at this time.
0 commit comments