Update bug-report.yaml

Signed-off-by: Bhargavkonidena <Bhargavkonidena@users.noreply.github.com>
pull/30912/head
Bhargavkonidena 3 months ago committed by GitHub
parent 210e29d489
commit b9008b2caa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -38,11 +38,19 @@ body:
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: additional id: helmVersion
attributes: attributes:
label: Anything else we need to know? label: Helm version
value: |
<details>
```console
$ helm version
# paste output here
```
</details>
validations:
required: true
- type: textarea - type: textarea
id: kubeVersion id: kubeVersion

Loading…
Cancel
Save