From e1f1ce7ca3df5b687c11006f6a39dc1b2a3abc60 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 13 Jul 2021 14:23:45 -0300 Subject: [PATCH] docs: template --- .github/ISSUE_TEMPLATE/bug.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 0c32c1765..8ba1c93eb 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -23,11 +23,12 @@ body: description: Please share a public repository that reproduces the issue, or an example config file. Links to failing goreleaser runs and etc are also helpful. validations: required: true - - type: input + - type: textarea id: goreleaser-version attributes: label: goreleaser version description: '`goreleaser --version` output' + render: bash validations: required: true - type: checkboxes