github.com/anthdm/go-ethereum@v1.8.4-0.20180412101906-60516c83b011/.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.