Merge pull request #18189 from jrschumacher/patch-1
Add note about auditor to How-To-Open-a-Homebrew-Pull-Request.md
This commit is contained in:
commit
67398c7728
@ -34,6 +34,8 @@ The type of change you want to make influences which of Homebrew's main reposito
|
||||
|
||||
### Formulae-related pull request
|
||||
|
||||
Before creating a new formulae, please read [Acceptable Formulae](https://docs.brew.sh/Acceptable-Formulae).
|
||||
|
||||
1. [Fork the Homebrew/homebrew-core repository on GitHub](https://github.com/Homebrew/homebrew-core/fork).
|
||||
* This creates a personal remote repository that you can push to. This is needed because only Homebrew maintainers have push access to the main repositories.
|
||||
2. Tap (download a local clone of) the repository of core Homebrew formulae:
|
||||
@ -58,6 +60,8 @@ The type of change you want to make influences which of Homebrew's main reposito
|
||||
|
||||
### Cask-related pull request
|
||||
|
||||
Before creating a new cask, please read [Acceptable Casks](https://docs.brew.sh/Acceptable-Casks).
|
||||
|
||||
1. [Fork the Homebrew/homebrew-cask repository on GitHub](https://github.com/Homebrew/homebrew-cask/fork).
|
||||
* This creates a personal remote repository that you can push to. This is needed because only Homebrew maintainers have push access to the main repositories.
|
||||
2. Tap (download a local clone of) the repository of core Homebrew casks:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user