Contributions are welcome!
Setup local python virtual environment and install the package
python -m venv venv
pip install .[all]
Pull Requests title must follow the conventionalcommits specification. Allowed types are:
feat:
New featuresfix:
Bug fixesdocs:
Documentation only changestest:
Adding missing or correcting existing testsrefactor:
A code change that neither fixes a bug nor adds a featurestyle:
For code styling changesperf:
For code performance improvementschore:
for chores (skips changelog entries)