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