Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/How-To-Open-a-Homebrew-Pull-Request.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ To make changes on a new branch and submit it for review, create a GitHub pull r

4. Make your changes. For formulae or casks, use `brew edit` or your favourite text editor, using the guidelines in the [Formula Cookbook](Formula-Cookbook.md) or [Cask Cookbook](Cask-Cookbook.md) for reference.
* If there's a `bottle do` block in the formula, don't remove or change it; we'll update it when we merge your PR.
5. Test your changes by running the following, and ensure they all pass without issue. For changed formulae and casks, make sure you do the `brew audit` step after your changed formula/cask has been installed.
5. Test your changes by running the following, and ensure they all pass without issue. For changed formulae and casks, make sure you do the brew audit step after your changed formula/cask has been installed. If you are adding a new formula or cask, use `brew audit --new` instead, which implies `--strict` and `--online` and runs additional checks for new submissions.

For formulae:

Expand Down
Loading