From 280ed03c23fb8b1960f45ee9ab43de40bb12fedc Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 9 Nov 2022 12:46:22 +0000 Subject: [PATCH] Update bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 0403b6327d..2695ed5eab 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -4,13 +4,7 @@ labels: [bug] body: - type: markdown 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: textarea - attributes: - render: shell - label: "`brew config` output" - validations: - required: true + value: Please note we will close your issue without comment if you do not correctly 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: textarea attributes: render: shell @@ -22,10 +16,18 @@ body: label: Verification description: Please verify that you've followed these steps. options: - - label: I ran `brew update` and am still able to reproduce my issue. + - label: My "`brew doctor` output" above says `Your system is ready to brew.` and am still able to reproduce my issue. required: true - - label: I have resolved all warnings from `brew doctor` and that did not fix my problem. + - label: I ran `brew update` twice and am still able to reproduce my issue. required: true + - label: This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead. + required: true + - type: textarea + attributes: + render: shell + label: "`brew config` output" + validations: + required: true - type: textarea attributes: label: What were you trying to do (and why)?