Skip to content

Commit b4a58d2

Browse files
authored
chore: improve issue templates and add needs-triage label (#1552)
1 parent 3302830 commit b4a58d2

3 files changed

Lines changed: 7 additions & 21 deletions

File tree

.github/ISSUE_TEMPLATE/1_feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature request 🧭
22
description: Suggest an idea for this project
3-
labels: "needs-discussion,feature-request"
3+
labels: "needs-triage,enhancement"
44
body:
55
- type: textarea
66
attributes:

.github/ISSUE_TEMPLATE/2_bug_report.yml

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Report a bug 🐛
22
description: Create a report to help us improve
3-
labels: "bug"
3+
labels: "needs-triage,bug"
44
body:
55
- type: textarea
66
attributes:
@@ -41,31 +41,18 @@ body:
4141
```
4242
validations:
4343
required: false
44-
- type: dropdown
44+
- type: input
4545
attributes:
4646
label: HTTP Add-on Version
4747
description: What version of the KEDA HTTP Add-on are you running?
48-
options:
49-
- "0.12.2"
50-
- "0.12.1"
51-
- "0.12.0"
52-
- "0.11.1"
53-
- "0.11.0"
54-
- "0.10.0"
55-
- "Other"
48+
placeholder: "e.g., 0.12.2 — check your Helm release, image tag, or deployment manifests"
5649
validations:
5750
required: false
58-
- type: dropdown
51+
- type: input
5952
attributes:
6053
label: Kubernetes Version
61-
description: What version of Kubernetes that are you running?
62-
options:
63-
- "1.35"
64-
- "1.34"
65-
- "1.33"
66-
- "1.32"
67-
- "< 1.32"
68-
- "Other"
54+
description: What version of Kubernetes are you running?
55+
placeholder: "e.g., 1.35 — run 'kubectl version' to check"
6956
validations:
7057
required: false
7158
- type: dropdown

.github/ISSUE_TEMPLATE/3_release_tracker.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ We aim to release this release in the week of <week range, example March 27-31>.
1919

2020
## Progress
2121

22-
- [ ] Add the new version to the GitHub Bug report template
2322
- [ ] Create the KEDA HTTP Add-on release
2423
- [ ] Prepare & ship the Helm chart
2524
- [ ] Publish on Artifact Hub ([repo](https://github.com/kedacore/external-scalers))

0 commit comments

Comments
 (0)