Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 909 Bytes

CONTRIBUTING.rst

File metadata and controls

21 lines (16 loc) · 909 Bytes

How To Contribute

If you want to make this piece of software more useful, better fit your needs, fix bugs or typos your help is greatly appreciated!

  • If you have specific changes that should go into the code base please prepare a pull request.
  • If you're unsure or need to discuss your ideas please open an issue in our bug tracker.
  • As a general rule, all code changes need to satisfy the default rules enforced by flake8 and Pylint (PEP8 et al.).
  • Please add tests and make sure the builds all pass (run tox locally).

Please see the tests/README for details on testing.