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: