Welcome to the contributing guide for this project!
There are a few things to note before you start contributing:
Python version: 3.9.X
is officially supported. Install packages with pip install -r requirements.txt
- python code should be autopep8 compliant, and preferably formatted with
black
. A link to the black repo is provided. - commit messages should be short and concise, present tense, and should contain a gitmoji for easy categorization