feat: add chart version input on bug report to help investigation (#1318)

Signed-off-by: yu-croco <yuki.kita22@gmail.com>
main
Aikawa 2022-06-11 16:53:56 +09:00 committed by GitHub
parent 0b8fb3ca69
commit 564029c9f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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