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:
Yusuke Kuoka 2022-06-05 16:16:17 +09:00 committed by GitHub
parent 58721ab1fc
commit 83a7245d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 1 deletions

View File

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