From 32dc012330f6ffdbeadf59ab490a9b7eba30c574 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 5 Mar 2014 16:31:24 -0800 Subject: [PATCH] add a line about submitting a pull request --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c86ae8335a..1f3328ed51 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,6 +32,8 @@ Contributing ``` git push origin master ``` +8. Submit a pull request + *You can follow [GitHub's guide](https://help.github.com/articles/creating-a-pull-request) to find out how to create a pull request.* Reporting Bugs ===