Skip to content

Commit

Permalink
Update CONTRIBUTING.md (cosmos#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Brink authored Aug 24, 2017
1 parent 7bec18f commit ac865eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
If you are working directly on this repository instead of forking it, please make sure
that you follow the [git-flow](http://nvie.com/posts/a-successful-git-branching-model/)
naming convention.
Your branch should start with `feature/your_feature_name`.
Your branch should start with `feature/your_feature_name`. When there is a lot of development
happening on the `develop` branch, you should `rebase` your feature branch onto develop
regularly.

If opening a PR against Ethermint, please use branch `develop` as the base branch
for changes.
Expand All @@ -11,3 +13,4 @@ for changes.
Please make sure that all tests run with `make test` pass.



0 comments on commit ac865eb

Please sign in to comment.