Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 721 Bytes

CONTRIBUTING.rst

File metadata and controls

25 lines (21 loc) · 721 Bytes

Contributing

Important notes

Code style

Regarding code style like indentation and whitespace, follow the conventions you see used in the source already.

Modifying the code

  • Ensure that you have python 2.7 installed and running
  • Download all the requirements by running the command ::
    pip install -r requirements.txt

Submitting pull requests

  1. Fork and clone the repo.
  2. Create a new branch, please don't work in your master branch directly.
  3. Add a test.
  4. Implement a feature.
  5. Run/update tests. Get them working.
  6. Update the documentation to reflect any changes.
  7. Push to your fork and submit a pull request.