From 8e35ddea356d5f56329fd6e73cc504360d13700b Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Tue, 13 Apr 2021 13:06:21 +0100 Subject: [PATCH] bug.yml: update issue template See https://github.com/Homebrew/homebrew-core/pull/75049 https://github.com/Homebrew/homebrew-core/pull/75088 --- .github/ISSUE_TEMPLATE/bug.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index b134ebcfd5..f323c220d2 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -20,9 +20,11 @@ body: required: true - type: checkboxes attributes: - description: Please verify that you've followed these steps + description: Please verify that you've followed these steps. options: - - label: The `brew doctor` above contains no "Warning" lines. + - label: I ran `brew update` 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. required: true - type: textarea attributes: