From 2b22a9ddb37dcb641eafc0d28f913a2d14a19c6c Mon Sep 17 00:00:00 2001 From: Tiago Ilieve Date: Tue, 8 Apr 2014 14:15:28 -0300 Subject: [PATCH] Add a note about notification on pull requests --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 07f3a5e..51f5502 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,9 @@ If it as a bug/security fix: * Send a pull request to the `master` branch. Please try to be very descriptive about your changes when you write a pull request, stating what it does, why -it is needed, what use cases do you think it would be useful, etc. +it is needed, what use cases do you think it would be useful, etc. Also, be in mind that if you push a new +commit to your pull request, we won't be notified just by this - that will happen only if you make a comment +on the issue. Be aware that your modifications needs to be properly documented and pushed to the `gh-pages` branch.