aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-02-15 18:52:38 +0800
committerobscuren <geffobscura@gmail.com>2014-02-15 18:52:38 +0800
commit60afd02e59a0e6818dafa4697c7776a3ef70c4d0 (patch)
treed7d8985bdd21f9c6bfc8c92d81e67cc7eec3837c /README.md
parent73fd358d940418b15dec850f50407bd2e504d88c (diff)
parentfd1aa869e1544fd4d867b8f5a51985e01b692b0d (diff)
downloaddexon-60afd02e59a0e6818dafa4697c7776a3ef70c4d0.tar
dexon-60afd02e59a0e6818dafa4697c7776a3ef70c4d0.tar.gz
dexon-60afd02e59a0e6818dafa4697c7776a3ef70c4d0.tar.bz2
dexon-60afd02e59a0e6818dafa4697c7776a3ef70c4d0.tar.lz
dexon-60afd02e59a0e6818dafa4697c7776a3ef70c4d0.tar.xz
dexon-60afd02e59a0e6818dafa4697c7776a3ef70c4d0.tar.zst
dexon-60afd02e59a0e6818dafa4697c7776a3ef70c4d0.zip
Merge branch 'release/0.2.2'
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3bf5697af..f6c49cc2d 100644
--- a/README.md
+++ b/README.md
@@ -43,9 +43,14 @@ This is the Developer package. For the development client please see
Contribution
============
-If you'd like to contribute to Ethereum Go please fork, fix, commit and
+If you'd like to contribute to Eth 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
================