From 536c84e1d8eab2f0dcff105a75c43b912318496d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 2 Feb 2021 13:36:36 +0000 Subject: [PATCH] ISSUE_TEMPLATE/bug: tweak checkboxes. - Don't require `brew update` (as we run it automatically now) - Don't ask about `brew doctor` until after they have pasted output (and ask them if it has any `Warning` lines) --- .github/ISSUE_TEMPLATE/bug.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 206196ec34..8d4100bfe2 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -6,15 +6,6 @@ inputs: - type: description attributes: value: Please note we will close your issue without comment if you do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again. - - type: checkboxes - attributes: - label: Contributor Checklist - description: Please verify that you've followed these steps - choices: - - label: I ran `brew update` and can still reproduce the problem? - required: true - - label: I ran `brew doctor`, fixed all issues and can still reproduce the problem? - required: true - type: textarea attributes: label: "`brew config` output" @@ -23,6 +14,12 @@ inputs: attributes: label: "`brew doctor` output" required: true + - type: checkboxes + attributes: + description: Please verify that you've followed these steps + choices: + - label: The `brew doctor` above contains no "Warning" lines. + required: true - type: textarea attributes: label: What were you trying to do (and why)?