mirror of
https://github.com/spf13/viper
synced 2024-12-22 19:47:01 +00:00
Add Go version to bug report tempplate
This commit is contained in:
parent
f2053fabba
commit
294bb31a4b
1 changed files with 8 additions and 1 deletions
9
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
9
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -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 a new issue