Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.github/ISSUE_TEMPLATE/bug.yml: add instructions for mirror sites bug reporting #11797

Merged
merged 8 commits into from
Aug 17, 2021
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,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.
skyzh marked this conversation as resolved.
Show resolved Hide resolved
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.
skyzh marked this conversation as resolved.
Show resolved Hide resolved
skyzh marked this conversation as resolved.
Show resolved Hide resolved
- type: textarea
attributes:
label: What were you trying to do (and why)?
Expand Down