ISSUE_TEMPLATE: tweak instructions.
- Note that Homebrew Cask issues should be filed elsewhere. - Make `brew`/homebrew-core issue differential in simpler language - Tell people to fix all `brew doctor` issues - Refer to the issue checklist and make it even more clear and prominent that we may close it out immediately if they don't use it. Fixes https://github.com/Homebrew/brew/issues/2608
This commit is contained in:
parent
a9497fc9bc
commit
f038f9d405
1 changed files with 4 additions and 4 deletions
8
.github/ISSUE_TEMPLATE.md
vendored
8
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,17 +1,17 @@
|
|||
# Please always follow these steps:
|
||||
- [ ] Confirmed this is a problem with only one, specific formula and not Homebrew/brew? If it's a general Homebrew/brew problem please file this issue at https://github.com/Homebrew/brew/issues/new
|
||||
- [ ] Confirmed this is a problem with `brew install`ing one, specific formula and not every time you run `brew`? If it's a general `brew` problem please file this issue at https://github.com/Homebrew/brew/issues/new. If it's a `brew cask` problem please file this issue at https://github.com/Homebrew/caskroom/homebrew-cask/new
|
||||
- [ ] Ran `brew update` and retried your prior step?
|
||||
- [ ] Ran `brew doctor`, fixed as many issues as possible and retried your prior step?
|
||||
- [ ] Ran `brew doctor`, fixed all issues and retried your prior step?
|
||||
- [ ] Ran `brew gist-logs <formula>` (where `<formula>` is the name of the formula that failed) and included the output link?
|
||||
- [ ] If `brew gist-logs` didn't work: ran `brew config` and `brew doctor` and included their output with your issue?
|
||||
|
||||
**Please note we may immediately close your issue without comment if you delete or do not fill out the issue checklist and provide ALL the requested information.**
|
||||
|
||||
To help us debug your issue please explain:
|
||||
- What you were trying to do (and why)
|
||||
- What happened (include command output)
|
||||
- What you expected to happen
|
||||
- Step-by-step reproduction instructions (by running `brew install` commands)
|
||||
|
||||
**Please note we may immediately close your issue without comment if you do not fill out the issue template and provide ALL the requested information.**
|
||||
|
||||
# New Formulae
|
||||
To get a new formula into Homebrew please file a [Pull Request](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md).
|
||||
|
|
Loading…
Reference in a new issue