- Followed the guidelines in our Contributing document?
- Checked to ensure there aren't other open Pull Requests for the same update/change?
- Run
brew audit --strict --online <formula>
(where<formula>
is the name of the formula you're submitting) and corrected all errors? - Built your formula locally prior to submission with
brew install <formula>
?
- Written a sensible test? (The best test is to compile and run a sample program.)
- Removed the
revision
line, if any, when bumping the version number? - Added/bumped the
revision
number if the changes affect the precompiled bottles? - Not altered the
bottle
section? - Checked that the tests still pass?