Skip to content

Commit

Permalink
Merge PR cosmos#4258: Contributing doc update
Browse files Browse the repository at this point in the history
* R4R Contributing doc update

* Update CONTRIBUTING.md

Co-Authored-By: rigelrozanski <[email protected]>
  • Loading branch information
rigelrozanski authored May 6, 2019
1 parent 06f7b21 commit 9c4b170
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ contributors, the general procedure for contributing has been established:
make a comment on the issue to inform the community of your intentions
to begin work,
4. follow standard github best practices: fork the repo, branch from the
top of `develop`, make some commits, and submit a PR to `develop`,
top of `master`, make some commits, and submit a PR to `master`,
- for core developers working within the cosmos-sdk repo,
to ensure a clear ownership of branches, branches must be named with the convention `yourname/{issue-}feature-name`.
5. include `WIP:` in the PR-title to and submit your PR early, even if it's
incomplete, this indicates to the community you're working on something and
allows them to provide comments early in the development process. When the code
Expand Down

0 comments on commit 9c4b170

Please sign in to comment.