Merge pull request #237 from helmfile/bug-report-improvement-working-ver

Include the working helmfile ver in the bug report
This commit is contained in:
yxxhero 2022-07-18 11:46:25 +08:00 committed by GitHub
commit 122cb25b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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: