From aa6618548910b5ac5082d103272fa99ad9afc6e4 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Thu, 8 May 2025 09:48:54 +0200 Subject: [PATCH] fix: make the "Open Pull Request" doc less daunting --- docs/How-To-Open-a-Homebrew-Pull-Request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/How-To-Open-a-Homebrew-Pull-Request.md b/docs/How-To-Open-a-Homebrew-Pull-Request.md index 0cff912297..8257319ac7 100644 --- a/docs/How-To-Open-a-Homebrew-Pull-Request.md +++ b/docs/How-To-Open-a-Homebrew-Pull-Request.md @@ -110,7 +110,7 @@ To make changes on a new branch and submit it for review, create a GitHub pull r git checkout -b 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.