From 717fd90d610ee7547b2caa237fcd959f880e66a7 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 7 Feb 2022 09:17:15 +0000 Subject: [PATCH] ISSUE_TEMPLATE/config: add Homebrew/install. We get a fair few installation bugs filed on this repository so hopefully this will redirect them. --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 33429271fc..e6665f35c9 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -10,6 +10,9 @@ contact_links: - name: New issue on Homebrew/homebrew-cask url: https://github.com/Homebrew/homebrew-cask/issues/new/choose about: Having a `brew --cask` problem? Report it to Homebrew/homebrew-cask (the cask tap/repository). + - name: New issue on Homebrew/install + url: https://github.com/Homebrew/install/issues/new/choose + about: Having an problem installing Homebrew? Report it to Homebrew/install (the installer repository). - name: Get help from Homebrew mirror maintainers url: https://github.com/Homebrew/discussions/discussions/1917 about: Slow download speed? Homebrew mirror not working as expected? Please take a look at the mirror list and contact respective mirror maintainers.