Everybody is invited and welcome to contribute.
Please, open a new issue or subscribe to existing.
Create Pull Request with description of motivation and improvements of your changes. This repository is using:
- black codestyle
- pre-commit for pre-checks
pip install -r requirements_test_pre_commit.txt pre-commit run --all-files
- conventional commits
- CI/CD practices
- make sure that your commits pass all existing tests
pip install -r requirements_test.txt pytest
- make sure that all new code is covered by tests
- Squash or rebase merging