Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 597 Bytes

CONTRIBUTING.rst

File metadata and controls

20 lines (13 loc) · 597 Bytes

Report bugs or ask a question

You can report bugs or ask question on our issue tracker.

Submitting pull requests:

Pull Requests are great!

  1. Fork the Repo on github.
  2. Create a feature/bug fix branch based on the master branch.
  3. If you are adding functionality or fixing a bug, please add a test!
  4. Push to your fork and submit a pull request to the master branch.

Please use PEP8 to style your code:

python setup.py test -a "--flake8 -m flake8"