diff options
author | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-08-19 04:46:58 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-08-19 05:00:15 +0800 |
commit | 18d450b2d02c68bf8b3d02d04d3a4f6362e374c9 (patch) | |
tree | 6d3ecef4f1c0e5a2e576d2f0d55763bd990830f5 /CONTRIBUTING.md | |
parent | 2497f28aa9d74f84468055fbc4675f379b7e4a5a (diff) | |
download | go-tangerine-18d450b2d02c68bf8b3d02d04d3a4f6362e374c9.tar.gz go-tangerine-18d450b2d02c68bf8b3d02d04d3a4f6362e374c9.tar.zst go-tangerine-18d450b2d02c68bf8b3d02d04d3a4f6362e374c9.zip |
Updated README, Added CONTRIBUTING
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..918a2c154 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +If you'd like to contribute to go-ethereum please fork, fix, commit and +send a pull request. Commits who do not comply with the coding standards +are ignored (use gofmt!). If you send pull requests make absolute sure that you +commit on the `develop` branch and that you do not merge to master. +Commits that are directly based on master are simply ignored. + +See [Developers' Guide](https://github.com/ethereum/go-ethereum/wiki/Developers'-Guide) +for more details on configuring your environment, testing, and +dependency management. |