From 9a580cc134c113bb6b5d12109945e49183ee3602 Mon Sep 17 00:00:00 2001 From: michaelfitzo Date: Thu, 12 Dec 2024 12:34:53 -0600 Subject: [PATCH] small update to template --- .github/ISSUE_TEMPLATE/create-a-bug-report-helm.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/create-a-bug-report-helm.yml b/.github/ISSUE_TEMPLATE/create-a-bug-report-helm.yml index 6fdff74f..2da79914 100644 --- a/.github/ISSUE_TEMPLATE/create-a-bug-report-helm.yml +++ b/.github/ISSUE_TEMPLATE/create-a-bug-report-helm.yml @@ -43,15 +43,23 @@ body: validations: required: true + - type: textarea + attributes: + label: "What kind of cluster are you using? (e.g. Kind, Minikube, EKS, GKE, etc.)" + - type: textarea attributes: label: "Are you using any custom parameters or values?" description: "Add any parameter used via `--set` or as a `values.yaml` customization." + validations: + required: true - type: textarea attributes: label: "What is the expected behavior?" description: "If possible please provide textual output instead of screenshots." + validations: + required: true - type: textarea attributes: