github.com/quinndk/ethereum_read@v0.0.0-20181211143958-29c55eec3237/go-ethereum-master_read/.github/CONTRIBUTING.md (about)

     1  ## Can I have feature X
     2  
     3  Before you do a feature request please check and make sure that it isn't possible
     4  through some other means. The JavaScript enabled console is a powerful feature
     5  in the right hands. Please check our [Wiki page](https://github.com/ethereum/go-ethereum/wiki) for more info
     6  and help.
     7  
     8  ## Contributing
     9  
    10  If you'd like to contribute to go-ethereum please fork, fix, commit and
    11  send a pull request. Commits which do not comply with the coding standards
    12  are ignored (use gofmt!).
    13  
    14  See [Developers' Guide](https://github.com/ethereum/go-ethereum/wiki/Developers'-Guide)
    15  for more details on configuring your environment, testing, and
    16  dependency management.