From 0c371ce7ccc7fe52f77ef03a99f247bb69b522f0 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 13 Jul 2021 14:20:41 -0300 Subject: [PATCH] docs: update template --- .github/ISSUE_TEMPLATE/bug.yaml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index aec64852a..0c32c1765 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -14,7 +14,6 @@ body: attributes: label: What happened? description: Also tell us, what did you expect to happen? - value: "A bug happened!" validations: required: true - type: textarea @@ -22,9 +21,23 @@ body: attributes: label: How can we reproduce this? 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. - value: "A bug happened!" validations: required: true + - type: input + id: goreleaser-version + attributes: + label: goreleaser version + description: '`goreleaser --version` output' + validations: + required: true + - type: checkboxes + id: goreleaser-check + attributes: + label: GoReleaser Check + options: + - label: goreleaser check shows no errors + description: 'If I run `goreleaser check` it shows no errors' + required: true - type: checkboxes id: search attributes: @@ -40,3 +53,10 @@ body: options: - label: I agree to follow this project's Code of Conduct required: true + - type: textarea + id: ctx + attributes: + label: Additional context + description: Anything else you would like to add + validations: + required: false