From 564029c9f3d08a6d4cc9ccb9b62b00a5b42738d2 Mon Sep 17 00:00:00 2001 From: Aikawa Date: Sat, 11 Jun 2022 16:53:56 +0900 Subject: [PATCH] feat: add chart version input on bug report to help investigation (#1318) Signed-off-by: yu-croco --- .github/ISSUE_TEMPLATE/bug_report.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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