From 270623c5e3c25f0755e66421f04011d835376f7b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 12 Jul 2014 17:42:50 -0700 Subject: [PATCH] CONTRIBUTING: link to PR guide. --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2e81976e2..253e5e07e8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,5 +17,6 @@ Please read: * [Formula Cookbook](https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook) * [Acceptable Formulae](https://github.com/Homebrew/homebrew/wiki/Acceptable-Formulae) * [Ruby Style Guide](https://github.com/styleguide/ruby) +* [How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged)](https://github.com/Homebrew/homebrew/wiki/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged)) Thanks!