Skip to content

Commit ef5fb23

Browse files
authored
Update issue and enhancement templates (#151)
1 parent 8fd7391 commit ef5fb23

File tree

3 files changed

+42
-4
lines changed

3 files changed

+42
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: File a bug report
3-
labels: ["Type: Bug", "Status: Triage"]
3+
labels: ["bug"]
44
body:
55
- type: markdown
66
attributes:
@@ -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:
@@ -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-

.github/ISSUE_TEMPLATE/enhancement_proposal.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Enhancement Proposal
22
description: File an enhancement proposal
3-
labels: ["Type: Enhancement", "Status: Triage"]
3+
labels: ["enhancement"]
44
body:
55
- type: markdown
66
attributes:
@@ -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.

.trivyignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ CVE-2024-45337 # golang.org/x/crypto
77
CVE-2025-22868 # golang.org/x/oauth2
88
# stdlib
99
CVE-2025-61729
10+
CVE-2025-68121

0 commit comments

Comments
 (0)