Merge PR #1667: Update CONTRIBUTING.md
This commit is contained in:
parent
80f4875ee7
commit
91dd972bbc
@ -8,6 +8,12 @@ Please make sure to use `gofmt` before every commit - the easiest way to do this
|
||||
|
||||
Looking for a good place to start contributing? How about checking out some [good first issues](https://github.com/cosmos/cosmos-sdk/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
|
||||
|
||||
## Pull Requests
|
||||
|
||||
To accommodate review process we suggest that PRs are catagorically broken up.
|
||||
Ideally each PR addresses only a single issue. Additionally, as much as possible
|
||||
code refactoring and cleanup should be submitted as a seperate PRs from bugfixes/feature-additions.
|
||||
|
||||
## Forking
|
||||
|
||||
Please note that Go requires code to live under absolute paths, which complicates forking.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user