homebrew-core/.github/ISSUE_TEMPLATE.md

21 lines
922 B
Markdown
Raw Normal View History

2016-04-03 11:59:20 +00:00
# Please follow the general troubleshooting steps first:
- [ ] Ran `brew update` and retried your prior step?
- [ ] Ran `brew doctor`, fixed as many issues as possible and retried your prior step?
- [ ] If you're seeing permission errors tried running `sudo chown -R $(whoami) $(brew --prefix)`?
_You can erase any parts of this template not applicable to your Issue._
### Bug reports:
Please replace this line with a brief summary of your issue **AND** if reporting a build issue include the link from:
`brew gist-logs <formula>`
(where `<formula>` is the name of the formula that failed to build).
### Formula Requests:
2016-04-03 11:59:20 +00:00
**Please note by far the quickest way to get a new formula into Homebrew is to file a [Pull Request](https://github.com/Homebrew/homebrew-core/blob/master/.github/CONTRIBUTING.md).**
2016-04-03 11:59:20 +00:00
We will consider your request but it may be closed if it's something we're not actively planning to work on.