mirror of
https://github.com/spf13/viper
synced 2024-12-22 19:47:01 +00:00
Fix bug report template
This commit is contained in:
parent
294bb31a4b
commit
a7cfd8b8e0
1 changed files with 1 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -30,7 +30,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Go Version
|
label: Go Version
|
||||||
description: What version of Go are you using?
|
description: What version of Go are you using?
|
||||||
placeholder: 1.16
|
placeholder: "1.16"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
|
Loading…
Reference in a new issue