From b9008b2caa4c3914a115e5ebd26dc2ca097ad53a Mon Sep 17 00:00:00 2001 From: Bhargavkonidena Date: Mon, 9 Jun 2025 17:59:12 +0530 Subject: [PATCH] Update bug-report.yaml Signed-off-by: Bhargavkonidena --- .github/ISSUE_TEMPLATE/bug-report.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 42961b70e..950c2a66c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -38,11 +38,19 @@ body: validations: required: true - - type: textarea - id: additional + id: helmVersion attributes: - label: Anything else we need to know? + label: Helm version + value: | +
+ ```console + $ helm version + # paste output here + ``` +
+ validations: + required: true - type: textarea id: kubeVersion