From f55ad864e0250c5c2911a8ff6037d8416044078d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 31 Oct 2014 22:13:03 +0000 Subject: [PATCH] Note that PRs will not show up as merged. --- ...How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md b/share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md index eaf1691428..b7ba9749ca 100644 --- a/share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md +++ b/share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md @@ -32,4 +32,6 @@ To make changes based on feedback: 3. Squash new commits into one change per formula with `git rebase --interactive origin/master` 4. Push to the fork's remote branch and the pull request with `git push --force` -Once all feedback has been addressed and if it's a change we want to include (we include most changes) then we'll add your commit to Homebrew. Well done, you are now a Homebrew contributor! +Once all feedback has been addressed and if it's a change we want to include (we include most changes) then we'll add your commit to Homebrew. Note it will not show up as "Merged" because of the way we include contributions. + +Well done, you are now a Homebrew contributor!