From 29e648dd8954442c5dc4cbc08921c34acb664ad1 Mon Sep 17 00:00:00 2001 From: Alex Chi Date: Sat, 31 Jul 2021 11:20:28 +0800 Subject: [PATCH] .github/ISSUE_TEMPLATE/bug.yml: add instructions for mirror sites bug reporting --- .github/ISSUE_TEMPLATE/bug.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 9ac592b13a..c997b1164a 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -11,6 +11,9 @@ body: label: "`brew config` output" validations: required: true + - type: markdown + attributes: + value: If you are using `HOMEBREW_BOTTLE_DOMAIN` or `HOMEBREW_ARTIFACT_DOMAIN` to configure Homebrew mirrors, please first try unsetting those variables. If this bug is related to mirror sites themselves, please report the bug to the respective mirror sites. See https://github.com/Homebrew/discussions/discussions/1917 for more information. - type: textarea attributes: render: shell