8ceac96314
* ISSUE_TEMPLATE: tweak instructions. Be clearer about what's expected and where to file things. * ISSUE_TEMPLATE: tweak new formula title. * ISSUE_TEMPLATE: formula not formulae
1.1 KiB
1.1 KiB
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
- Ran
brew update
and retried your prior step? - Ran
brew doctor
, fixed as many issues as possible 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: ranbrew config
andbrew doctor
and included their output with your issue?
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.