From 14ef615ab07f309b1a36c208de24f5399060065d Mon Sep 17 00:00:00 2001 From: Alex Chi Date: Sat, 31 Jul 2021 11:58:26 +0800 Subject: [PATCH] Update bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index c997b1164a..61242284cf 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -11,9 +11,6 @@ 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 @@ -28,6 +25,11 @@ body: required: true - label: I have resolved all warnings from `brew doctor` and that did not fix my problem. required: true + - label: I have unset `HOMEBREW_{BOTTLE,ARTIFACT}_DOMAIN` and `HOMEBREW_{BREW,CORE}_GIT_REMOTE` to use official upstreams when reporting this bug. + required: true + - type: markdown + attributes: + value: If this bug is related to mirror sites, please refer to https://github.com/Homebrew/discussions/discussions/1917 for more information, and report bugs to respective mirror maintainers. - type: textarea attributes: label: What were you trying to do (and why)?