From 866f424578cde86be98e21d4887da7905507946e Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Mon, 18 Jul 2022 11:44:13 +0900 Subject: [PATCH] Include the working helmfile ver in the bug report so that it might be even more clear if the reported problem has been introduced by the prev release or a long-standing one which existed for longer time period. Signed-off-by: Yusuke Kuoka --- .github/ISSUE_TEMPLATE/bug.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index ed7601d8..a1fb5176 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -64,6 +64,14 @@ body: description: Please provide the URL to a GitHub repository that contains a helmfile.yaml, other companion files, and a README.md with the steps to reproduce the bug. validations: required: true + - type: input + id: helmfile_working_ver + attributes: + label: Working Helmfile Version + description: "Please provide the highest version number of Helmfile that doesn't result in the above problem." + placeholder: "Run `helmfile version` to print it." + validations: + required: true - type: input id: discussion attributes: