mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
fix: make the "Open Pull Request" doc less daunting
This commit is contained in:
parent
dda1befb79
commit
aa66185489
@ -110,7 +110,7 @@ To make changes on a new branch and submit it for review, create a GitHub pull r
|
||||
git checkout -b <YOUR_BRANCH_NAME> origin/master
|
||||
```
|
||||
|
||||
4. Make your changes. For formulae or casks, use `brew edit` or your favourite text editor, following all the guidelines in the [Formula Cookbook](Formula-Cookbook.md) or [Cask Cookbook](Cask-Cookbook.md).
|
||||
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user