From d3c4ec2bc248b04fa9d146a765dc7746775d626c Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 25 Sep 2018 12:32:21 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3a693aa362..f87996cdcb 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -6,11 +6,11 @@ smallest of fixes! If you'd like to contribute to go-ethereum, please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base. If - you wish to submit more complex changes though, please check up with the core - devs first on [our gitter channel](https://gitter.im/ethereum/go-ethereum) to - ensure those changes are in line with the general philosophy of the project - and/or get some early feedback which can make both your efforts much lighter as - well as our review and merge procedures quick and simple. +you wish to submit more complex changes though, please check up with the core +devs first on [our gitter channel](https://gitter.im/ethereum/go-ethereum) to +ensure those changes are in line with the general philosophy of the project +and/or get some early feedback which can make both your efforts much lighter as +well as our review and merge procedures quick and simple. ## Coding guidelines @@ -35,7 +35,6 @@ and help. ## Configuration, dependencies, and tests -Please see the [Developers' -Guide](https://github.com/ethereum/go-ethereum/wiki/Developers'-Guide) +Please see the [Developers' Guide](https://github.com/ethereum/go-ethereum/wiki/Developers'-Guide) for more details on configuring your environment, managing project dependencies and testing procedures.