Skip to content
Snippets Groups Projects
Unverified Commit 840e86d4 authored by Dominyk Tiller's avatar Dominyk Tiller
Browse files

Formula-Cookbook: recommend audit --new-formula for new formula

parent 23b120e1
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ Before submitting a new formula make sure your package:
* isn't already waiting to be merged (check the [issue tracker](https://github.com/Homebrew/homebrew-core/pulls))
* is still supported by upstream (i.e. doesn't require extensive patching)
* has a stable, tagged version (i.e. not just a GitHub repository with no versions). See [Interesting-Taps-&-Forks](Interesting-Taps-&-Forks.md) for where pre-release versions belong.
* passes all `brew audit --strict --online $FORMULA` tests.
* passes all `brew audit --new-formula $FORMULA` tests.
Before submitting a new formula make sure you read over our [contribution guidelines](https://github.com/Homebrew/brew/blob/master/.github/CONTRIBUTING.md).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment