Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 1.19 KB

Contributing to the Augur Project

Thank you for taking the time to contribute to the Augur Project! Before you start, please read the following guidelines and our code of conduct.

Versions

Make sure to be using Python 2.7.xx, and Ethereum 1.6.1. It is recommended to clone from the master branch for both Pyethereum. Pyethereum may install Ethereum 1.4.0 -- uninstall the latter if it happens. Check your version of Ethereum by running this on terminal: pip show ethereum | grep Version Check your version of python by running this: python --version

Pull Requests and Issues

Pull requests are welcome. Make sure to run the tests (via docker is easiest) and verify the linter (Solium) doesn't complain. When raising issues, follow the appropriate issue template in the root directory. Make sure commit messages are informative and concise.

Communication

Finally, join the Augur Project on Slack! Invite yourself here.

Happy Coding!