From 83a7245d0f23fd8ab621572d4c7a539212a76eaf Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Sun, 5 Jun 2022 16:16:17 +0900 Subject: [PATCH] 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 --- .github/ISSUE_TEMPLATE/bug.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index fdd68ab8..ecc1a22d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -43,7 +43,21 @@ body: description: What happened? validations: 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 attributes: label: Steps to reproduce