mirror of
https://github.com/spf13/viper
synced 2024-11-05 20:57: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
|
||||
- type: input
|
||||
attributes:
|
||||
label: Version
|
||||
label: Viper Version
|
||||
description: What version of Viper are you using?
|
||||
placeholder: 1.8.1
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: Go Version
|
||||
description: What version of Go are you using?
|
||||
placeholder: 1.16
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Config Source
|
||||
|
|
Loading…
Reference in a new issue