Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug Report
description: Create a report to help us improve
name: Chart Bug Report
description: Report a bug in a Helm chart
title: "[name of the chart e.g. grafana] Issue Title"
labels: [bug]
assignees:
Expand All @@ -9,6 +9,7 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report! Please be cautious with the sensitive information/logs while filing the issue.

- type: textarea
id: desc
attributes:
Expand All @@ -24,6 +25,7 @@ body:
placeholder: Copy paste the entire output of the above
validations:
required: true

- type: input
id: kubectl-version
attributes:
Expand Down Expand Up @@ -84,7 +86,7 @@ body:
attributes:
label: Enter the changed values of values.yaml?
description: Please enter only values which differ from the defaults. Enter `NONE` if nothing's changed.
placeholder: 'key: value'
placeholder: "key: value"
validations:
required: false

Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Feature request
description: Suggest an idea for this project
name: Chart Feature Request
description: Suggest an improvement to a Helm chart
title: "[name of the chart e.g. grafana] Issue Title"
labels: [enhancement]
assignees:
Expand Down Expand Up @@ -30,7 +30,7 @@ body:
attributes:
label: Is your feature request related to a problem ?
description: Give a clear and concise description of what the problem is.
placeholder: ex. I'm always frustrated when [...]
placeholder: ex. I'm always frustrated when [...]
validations:
required: true

Expand Down
Loading