Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 677 Bytes

CONTRIBUTING.rst

File metadata and controls

31 lines (20 loc) · 677 Bytes

How to Contribute

Overview

  1. Fork the repo.
  2. Improve/fix the code.
  3. Add your changes to CHANGES.rst
  4. Add your name to AUTHORS.rst
  5. Push to your fork and submit a pull request to the develop branch.

Guidelines

Some simple guidelines to follow when contributing code:

  • Adhere to `PEP8`_.
  • Clean, well documented code.

Branching

There are two main development branches: master and develop. master represents the currently released version while develop is the latest development work. When submitting a pull request, be sure to submit to develop.