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: