From 6133c6602a2c40e788d7698c29019707aa17bbc5 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Thu, 31 Dec 2020 10:44:00 -0500 Subject: [PATCH] docs: use and instead of & Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com> --- docs/Maintainer-Guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Maintainer-Guidelines.md b/docs/Maintainer-Guidelines.md index 6643c6a5d8..6e1c58185b 100644 --- a/docs/Maintainer-Guidelines.md +++ b/docs/Maintainer-Guidelines.md @@ -61,7 +61,7 @@ We now accept versioned formulae as long as they [meet the requirements](Version ### Merging, rebasing, cherry-picking -Merging should be done in the `Homebrew/brew` repository to preserve history & GPG commit signing. +Merging should be done in the `Homebrew/brew` repository to preserve history and GPG commit signing. PRs modifying formulae that don't need bottles or making changes that don't require new bottles to be pulled should use GitHub's squash & merge or rebase & merge workflows.