From 210e29d489fed86b59b6925106ba10fb7cd1fa7c Mon Sep 17 00:00:00 2001 From: Bhargavkonidena Date: Mon, 9 Jun 2025 08:55:35 +0530 Subject: [PATCH] Update bug-report.yaml Signed-off-by: Bhargavkonidena --- .github/ISSUE_TEMPLATE/bug-report.yaml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index b133f872e..42961b70e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -22,9 +22,23 @@ body: id: repro attributes: label: How can we reproduce it (as minimally and precisely as possible)? + description: | + Please list steps someone can follow to trigger the issue. + + For example: + 1. Run `helm install mychart ./path-to-chart -f values.yaml` + 2. Observe the following error: ... + + You can include: + - a sample `values.yaml` block + - a link to a chart + - specific `helm` commands used + + This helps others reproduce and debug your issue more effectively. validations: required: true + - type: textarea id: additional attributes: @@ -45,14 +59,3 @@ body: validations: required: true - - - type: textarea - id: cloudProvider - attributes: - label: Cloud provider/platform (AKS, GKE, Minikube etc.) - value: | -
- -
- validations: - required: true