homebrew-core/.github/PULL_REQUEST_TEMPLATE.md

5 lines
540 B
Markdown
Raw Normal View History

- [ ] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/homebrew-core/blob/master/.github/CONTRIBUTING.md) document?
- [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Homebrew/homebrew-core/pulls) for the same formula update/change?
- [ ] Does your submission pass `brew audit --strict --online <formula>` (where `<formula>` is the name of the formula you're submitting)?
2016-04-03 11:59:20 +00:00
- [ ] Have you built your formula locally prior to submission with `brew install <formula>`?