Regarding code style like indentation and whitespace, follow the conventions you see used in the source already.
- Ensure that you have python 2.7 installed and running
- Download all the requirements by running the command ::
- pip install -r requirements.txt
- Fork and clone the repo.
- Create a new branch, please don't work in your master branch directly.
- Add a test.
- Implement a feature.
- Run/update tests. Get them working.
- Update the documentation to reflect any changes.
- Push to your fork and submit a pull request.