Update bug.yml

This commit is contained in:
Alex Chi 2021-07-31 11:58:26 +08:00 committed by GitHub
parent 29e648dd89
commit 14ef615ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)?