From 91dd972bbc5a65cd6ed303af1ae1f32254b15362 Mon Sep 17 00:00:00 2001 From: Rigel Date: Fri, 13 Jul 2018 13:35:29 -0400 Subject: [PATCH] Merge PR #1667: Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c9831cc865..0fcf36def0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.