Update bug-report.yaml

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

@ -22,9 +22,23 @@ body:
id: repro id: repro
attributes: attributes:
label: How can we reproduce it (as minimally and precisely as possible)? 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: validations:
required: true required: true
- type: textarea - type: textarea
id: additional id: additional
attributes: attributes:
@ -45,14 +59,3 @@ body:
</details> </details>
validations: validations:
required: true required: true
- type: textarea
id: cloudProvider
attributes:
label: Cloud provider/platform (AKS, GKE, Minikube etc.)
value: |
<details>
</details>
validations:
required: true

Loading…
Cancel
Save