homebrew-core/.github/ISSUE_TEMPLATE.md
Mike McQuaid 8ceac96314 ISSUE_TEMPLATE: tweak instructions. (#11972)
* 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
2017-04-02 17:01:32 +01:00

17 lines
1.1 KiB
Markdown

# 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: ran `brew config` and `brew 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](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md).