forked from argoproj/argo-helm
feat: add chart version input on bug report to help investigation (#1318)
Signed-off-by: yu-croco <yuki.kita22@gmail.com>main
parent
0b8fb3ca69
commit
564029c9f3
|
@ -26,6 +26,14 @@ body:
|
|||
validations:
|
||||
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
|
||||
attributes:
|
||||
label: To Reproduce
|
||||
|
|
Loading…
Reference in New Issue