Skip to content

Commit 73263e7

Browse files
authored
chore(templates): extend Bug and RFE templates (#1358)
Signed-off-by: dkarpele <[email protected]>
1 parent 005a7bc commit 73263e7

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,14 @@ Add any other context about the problem here.
2222
**Version**
2323
Please tell us about the version you encountered the issue with
2424

25+
**Regression**
26+
Does this issue apply to (check all that apply):
27+
28+
- [ ] Annotation-based configuration (versions starting with `0`, e.g., `0.17.0`)
29+
- [ ] CRD-based configuration (versions starting with `1`, e.g., `1.0.0`)
30+
31+
**Latest working version (if applicable)**
32+
If you are reporting a regression, please specify the last version where this feature worked as expected.
33+
2534
**Logs**
2635
Please paste any relevant logs here

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@ A clear and concise description of what you want to happen.
1616
**Describe alternatives you've considered**
1717
A clear and concise description of any alternative solutions or features you've considered.
1818

19+
**Version**
20+
This feature request applies to (check all that apply):
21+
22+
- [ ] Annotation-based configuration (versions starting with `0`, e.g., `0.17.0`)
23+
- [ ] CRD-based configuration (versions starting with `1`, e.g., `1.0.0`)
24+
1925
**Additional context**
2026
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)