From 8c6aa176f6015e681623430294e291de904275aa Mon Sep 17 00:00:00 2001 From: Ryan Schumacher Date: Thu, 29 Aug 2024 05:17:26 -0500 Subject: [PATCH] Add note about auditor to How-To-Open-a-Homebrew-Pull-Request.md --- docs/How-To-Open-a-Homebrew-Pull-Request.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/How-To-Open-a-Homebrew-Pull-Request.md b/docs/How-To-Open-a-Homebrew-Pull-Request.md index 0309b7b755..1941e6d0d5 100644 --- a/docs/How-To-Open-a-Homebrew-Pull-Request.md +++ b/docs/How-To-Open-a-Homebrew-Pull-Request.md @@ -16,6 +16,15 @@ The type of change you want to make influences which of Homebrew's main reposito ### Core `brew` code pull request +Before getting started, please note that we cannot distribute every single piece of software and have to draw a line on “notability” somewhere. Of course, we would be happy to reconsider in the future. If you don't meet notability requirements you might consider [creating your own tap](https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap). + +Notability [auditor](https://github.com/Homebrew/brew/blob/638a3dc3a33c4c2029db058cf3d399008621e973/Library/Homebrew/utils/shared_audits.rb) will fail on repositories that do not meet: + +- **>29** days old +- **>29** forks +- **>29** watchers (Github only) +- **>74** stars + 1. [Fork the Homebrew/brew repository on GitHub](https://github.com/Homebrew/brew/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. Change to the directory containing your Homebrew installation: