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.
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 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.
Finally, join the Augur Project on Slack! Invite yourself here.
Happy Coding!