Any contributions are more than welcome.
- Issues: Bug reports, feature requests, and questions.
- Pull Requests: Bug-fixes, feature implementations, and documentation updates.
Development requires Poetry as a dependency management system.
pip install poetry
The make install
command resolves and installs the dependencies.
make install
Before making a pull request, run make format
and make sure make check
succeeds.
make format
make check