Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 315 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 315 Bytes

How to contribute ?

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

  • Fork the repo and clone it
  • Install all the requirements
    • pip3 install -r requirements.txt
  • Install the pre-commit hooks
    • pre-commit install
  • All code should be documented
  • All code should pass the tests