From 8c160639b06646631039098e5fbec171b076a99e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 22 Dec 2022 10:55:58 +0000 Subject: [PATCH] ISSUE_TEMPLATE/bug: nudge people to discussions. This probably won't work but gives us a stronger reason to ignore this. --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 2695ed5eab..20f8839f1c 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -14,7 +14,7 @@ body: - type: checkboxes attributes: label: Verification - description: Please verify that you've followed these steps. + description: Please verify that you've followed these steps. If you cannot truthfully check these boxes, open a discussion at https://github.com/orgs/Homebrew/discussions instead. options: - label: My "`brew doctor` output" above says `Your system is ready to brew.` and am still able to reproduce my issue. required: true