Update CONTRIBUTING.md

This commit is contained in:
Felix Lange 2018-09-25 12:32:21 +02:00 committed by GitHub
parent 3a83f71946
commit d3c4ec2bc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@ smallest of fixes!
If you'd like to contribute to go-ethereum, please fork, fix, commit and send a 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 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 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 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 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 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. well as our review and merge procedures quick and simple.
## Coding guidelines ## Coding guidelines
@ -35,7 +35,6 @@ and help.
## Configuration, dependencies, and tests ## Configuration, dependencies, and tests
Please see the [Developers' Please see the [Developers' Guide](https://github.com/ethereum/go-ethereum/wiki/Developers'-Guide)
Guide](https://github.com/ethereum/go-ethereum/wiki/Developers'-Guide)
for more details on configuring your environment, managing project dependencies for more details on configuring your environment, managing project dependencies
and testing procedures. and testing procedures.