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: