From 750e0b1ecce5d00b9fafef0d55d4b425ddf98b86 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Fri, 28 Feb 2020 09:51:00 +0100 Subject: [PATCH] Update docs/Updating-Software-in-Homebrew.md Co-Authored-By: Sam Ford <1584702+samford@users.noreply.github.com> --- docs/Updating-Software-in-Homebrew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Updating-Software-in-Homebrew.md b/docs/Updating-Software-in-Homebrew.md index 23cfd6d8bc..9087ebd2b1 100644 --- a/docs/Updating-Software-in-Homebrew.md +++ b/docs/Updating-Software-in-Homebrew.md @@ -8,6 +8,6 @@ The guide on [opening a pull request](How-To-Open-a-Homebrew-Pull-Request.md#sub You can look back at previous pull requests that updated the formula to see how others have handled things in the past but be sure to look at a variety of PRs. Sometimes formulae are not updated properly (for example, running `bump-formula-pr` on a Python formula that needs dependency updates), so you may need to use your judgment to determine how to proceed. -Once you've created the pull request in the appropriate Homebrew repository your commit(s) will be tested on our continuous integration servers, showing a green check mark when everything passed or a red X when there were failures. Maintainers will review your pull request and provide feedback about any changes that need to be made before it can be merged. +Once you've created the pull request in the appropriate Homebrew repository your commit(s) will be tested on our continuous integration servers, showing a green check mark if everything passed or a red X if there were failures. Maintainers will review your pull request and provide feedback about any changes that need to be made before it can be merged. We appreciate your help in keeping Homebrew's formulae up to date as new versions of software are released!