Update bug_report.yml

This commit is contained in:
Carlos Rodríguez Hernández
2022-02-03 21:00:14 +01:00
committed by GitHub
parent c5aae5f6c2
commit d061117996

View File

@@ -19,12 +19,22 @@ body:
attributes:
label: What steps will reproduce the bug?
description: Enter details about your bug.
placeholder: |
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
validations:
required: true
- type: textarea
attributes:
label: Are you using any custom parameters or values?
description: Add any parameter used via `--set` or as a `values.yaml` customization.
placeholder: |
```
tls:
enabled: true
```
- type: textarea
attributes:
label: What is the expected behavior?