From 6a803433840f4bac8c4bf52a39d955cc215fd863 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Sun, 19 Jul 2026 09:59:50 -0700 Subject: [PATCH] ISSUE_TEMPLATE/bug: link to network failures docs. Signed-off-by: Patrick Linnane --- .github/ISSUE_TEMPLATE/bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 090fa92e..068e8c7f 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -7,7 +7,7 @@ about: "If you're sure it's reproducible and not just your machine: submit an is # Please note we will close your issue without comment if you delete, do not read or 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. - [ ] your problem was from running the official `install` or `uninstall` script? -- [ ] you carefully read the output and it was not a `git fetch` or other connection issue to GitHub (that Homebrew has no control over)? +- [ ] you carefully read [Git checkout or network failures](https://docs.brew.sh/Common-Issues#git-checkout-or-network-failures) and confirmed that the problem is not caused by your connection to GitHub or `curl` configuration? - [ ] after installation: ran `brew config` and `brew doctor` and included their output with your issue? If you couldn't install: provided your OS version with the output of your issue?