Codebase list golang-github-spf13-viper / 294bb31
Add Go version to bug report tempplate Márk Sági-Kazár authored 2 years ago GitHub committed 2 years ago
1 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2020 required: true
2121 - type: input
2222 attributes:
23 label: Version
23 label: Viper Version
2424 description: What version of Viper are you using?
2525 placeholder: 1.8.1
26 validations:
27 required: true
28 - type: input
29 attributes:
30 label: Go Version
31 description: What version of Go are you using?
32 placeholder: 1.16
2633 validations:
2734 required: true
2835 - type: dropdown