diff --git a/README.md b/README.md
index 4deaf4579826e161849ed80a0b62e45dbe3e3523..4fa8d3c5a9e09809106d3d78a66552364cda4d3a 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,12 @@ Contribution
 
 If you'd like to contribute to Ethereum Go please fork, fix, commit and
 send a pull request. Commits who do not comply with the coding standards
-are ignored.
+are ignored. If you send pull requests make absolute sure that you
+commit on the `develop` branch and that you do not merge to master.
+Commits that are directly based on master are simply ignored.
+
+To make life easier try [git flow](http://nvie.com/posts/a-successful-git-branching-model/) it sets
+this all up and streamlines your work flow.
 
 Coding standards
 ================