From 294bb31a4b11de0643f7aeeb33e6c1c8990d27b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20S=C3=A1gi-Kaz=C3=A1r?= Date: Fri, 30 Jul 2021 03:37:33 +0200 Subject: [PATCH] Add Go version to bug report tempplate --- .github/ISSUE_TEMPLATE/bug_report.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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