From e13c25f9f65bc70006ba5fcc2cab01c2e927788f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 9 Nov 2022 12:48:45 +0000 Subject: [PATCH] Update feature.yml --- .github/ISSUE_TEMPLATE/feature.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index a74a79d4e5..b96a27f18b 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -5,6 +5,13 @@ 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: checkboxes + attributes: + label: Verification + description: Please verify that you've followed these steps. + options: + - 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: label: Provide a detailed description of the proposed feature