feat: add chart version input on bug report to help investigation (#1318)
Signed-off-by: yu-croco <yuki.kita22@gmail.com>
This commit is contained in:
parent
0b8fb3ca69
commit
564029c9f3
1 changed files with 8 additions and 0 deletions
8
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -26,6 +26,14 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Helm chart version
|
||||||
|
description: Version of the Helm chart this issue relates to
|
||||||
|
placeholder: e.g. 0.16.2
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: To Reproduce
|
label: To Reproduce
|
||||||
|
|
Loading…
Reference in a new issue