diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index f69de536..0d692e43 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -26,6 +26,14 @@ body: validations: required: true +- type: input + attributes: + label: Helm chart version + description: Version of the Helm chart this issue relates to + placeholder: e.g. 0.16.2 + validations: + required: true + - type: textarea attributes: label: To Reproduce