Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 923 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

17 lines (12 loc) · 923 Bytes

Have you:

  • 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>?

New formula: have you

  • Written a sensible test? (The best test is to compile and run a sample program.)

Updates to existing formula: have you

  • 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?