Enhance the bug report form (#134)
It turned out we lack some important information that is necessary to make it a real bug without guesswork. Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
This commit is contained in:
parent
58721ab1fc
commit
83a7245d0f
|
|
@ -43,7 +43,21 @@ body:
|
||||||
description: What happened?
|
description: What happened?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: textarea
|
||||||
|
id: helmfile-yaml
|
||||||
|
attributes:
|
||||||
|
label: Example helmfile.yaml
|
||||||
|
description: "Please provide an example helmfile.yaml that can be used to reproduce the issue locally."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: helmfile-error
|
||||||
|
attributes:
|
||||||
|
label: "Error message you've seen (if any)"
|
||||||
|
description: "Please provide the error message emitted by Helmfile."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
id: repo
|
id: repo
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps to reproduce
|
label: Steps to reproduce
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue