mirror of https://github.com/spf13/viper.git
Add Go version to bug report tempplate
This commit is contained in:
parent
f2053fabba
commit
294bb31a4b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue