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:
commit
122cb25b6a
|
|
@ -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.
|
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:
|
validations:
|
||||||
required: true
|
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
|
- type: input
|
||||||
id: discussion
|
id: discussion
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue