diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 93b7494..cd35c7e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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