From a7cfd8b8e030fea088a8867ea1b5a0e59ac2e2cc 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:38:09 +0200 Subject: [PATCH] Fix bug report template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index cd35c7e..a893b01 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -30,7 +30,7 @@ body: attributes: label: Go Version description: What version of Go are you using? - placeholder: 1.16 + placeholder: "1.16" validations: required: true - type: dropdown