diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index 815d93e074f77ed05843c1628105ed754e29b0ea..467d38344956a92b88e7179a41ac98ad32321880 100644 --- a/share/doc/homebrew/Formula-Cookbook.md +++ b/share/doc/homebrew/Formula-Cookbook.md @@ -65,6 +65,7 @@ Before contributing, make sure your package: * isn't already waiting to be merged (check the [issue tracker](https://github.com/Homebrew/homebrew/issues)) * is still supported by upstream * has a stable, tagged version (i.e. not just a GitHub repository with no versions). See [Interesting-Taps-&-Branches](Interesting-Taps-&-Branches.md) for where pre-release and head-only versions belong. +* passes all `brew audit --strict --online $FORMULA` tests. Make sure you search thoroughly (all aliases!). We don鈥檛 want you to waste your time.