Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 540 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 540 Bytes

Contributing

Any contributions are more than welcome.

  • Issues: Bug reports, feature requests, and questions.
  • Pull Requests: Bug-fixes, feature implementations, and documentation updates.

Development

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