diff options
author | obscuren <geffobscura@gmail.com> | 2014-02-15 18:49:39 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-02-15 18:49:39 +0800 |
commit | 4a656eff7bbb17d590014eb258431b77d33a1ad1 (patch) | |
tree | 43f13ee067dc0d40e63bfd55140b9ac18f867b5c | |
parent | 73fd358d940418b15dec850f50407bd2e504d88c (diff) | |
download | go-tangerine-4a656eff7bbb17d590014eb258431b77d33a1ad1.tar go-tangerine-4a656eff7bbb17d590014eb258431b77d33a1ad1.tar.gz go-tangerine-4a656eff7bbb17d590014eb258431b77d33a1ad1.tar.bz2 go-tangerine-4a656eff7bbb17d590014eb258431b77d33a1ad1.tar.lz go-tangerine-4a656eff7bbb17d590014eb258431b77d33a1ad1.tar.xz go-tangerine-4a656eff7bbb17d590014eb258431b77d33a1ad1.tar.zst go-tangerine-4a656eff7bbb17d590014eb258431b77d33a1ad1.zip |
Added git flow explanation
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 ================ |