Skip to content

Commit 998c214

Browse files
authored
[CI] fix issue-triage template (#95)
* [CI] fix issue-triage template Signed-off-by: TheRealNoob <mike1118@live.com> * implement discussed change Signed-off-by: TheRealNoob <mike1118@live.com> --------- Signed-off-by: TheRealNoob <mike1118@live.com>
1 parent 5a14f87 commit 998c214

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Bug Report
2-
description: Create a report to help us improve
1+
name: Chart Bug Report
2+
description: Report a bug in a Helm chart
33
title: "[name of the chart e.g. grafana] Issue Title"
44
labels: [bug]
55
assignees:
@@ -9,6 +9,7 @@ body:
99
attributes:
1010
value: |
1111
Thanks for taking the time to fill out this bug report! Please be cautious with the sensitive information/logs while filing the issue.
12+
1213
- type: textarea
1314
id: desc
1415
attributes:
@@ -24,6 +25,7 @@ body:
2425
placeholder: Copy paste the entire output of the above
2526
validations:
2627
required: true
28+
2729
- type: input
2830
id: kubectl-version
2931
attributes:
@@ -84,7 +86,7 @@ body:
8486
attributes:
8587
label: Enter the changed values of values.yaml?
8688
description: Please enter only values which differ from the defaults. Enter `NONE` if nothing's changed.
87-
placeholder: 'key: value'
89+
placeholder: "key: value"
8890
validations:
8991
required: false
9092

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Feature request
2-
description: Suggest an idea for this project
1+
name: Chart Feature Request
2+
description: Suggest an improvement to a Helm chart
33
title: "[name of the chart e.g. grafana] Issue Title"
44
labels: [enhancement]
55
assignees:
@@ -30,7 +30,7 @@ body:
3030
attributes:
3131
label: Is your feature request related to a problem ?
3232
description: Give a clear and concise description of what the problem is.
33-
placeholder: ex. I'm always frustrated when [...]
33+
placeholder: ex. I'm always frustrated when [...]
3434
validations:
3535
required: true
3636

0 commit comments

Comments
 (0)