Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 405 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 405 Bytes

Contributing

Any help is very welcome!

Quick Start

  • fork this repository and clone your fork
  • install all requirements e.g. python -m pip install -r requirements.txt
  • run the tests: python -m pytest tests/
  • develop, keep the tests green and add tests as you go :)

Please take a look at the documentation's contributing page