Add Go version to bug report tempplate

This commit is contained in:
Márk Sági-Kazár 2021-07-30 03:37:33 +02:00 committed by GitHub
parent f2053fabba
commit 294bb31a4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,11 +21,18 @@ body:
required: true required: true
- type: input - type: input
attributes: attributes:
label: Version label: Viper Version
description: What version of Viper are you using? description: What version of Viper are you using?
placeholder: 1.8.1 placeholder: 1.8.1
validations: validations:
required: true required: true
- type: input
attributes:
label: Go Version
description: What version of Go are you using?
placeholder: 1.16
validations:
required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: Config Source label: Config Source