mirror of
https://github.com/helm/helm.git
synced 2026-04-22 06:37:10 -04:00
Update bug-report.yaml
Signed-off-by: Bhargavkonidena <Bhargavkonidena@users.noreply.github.com>
This commit is contained in:
parent
210e29d489
commit
b9008b2caa
1 changed files with 11 additions and 3 deletions
14
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
14
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
|
|
@ -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: |
|
||||
<details>
|
||||
```console
|
||||
$ helm version
|
||||
# paste output here
|
||||
```
|
||||
</details>
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: kubeVersion
|
||||
|
|
|
|||
Loading…
Reference in a new issue