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,6 +43,20 @@ body:
|
|||
description: What happened?
|
||||
validations:
|
||||
required: true
|
||||
- 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
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue