Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 826 Bytes

File metadata and controls

37 lines (22 loc) · 826 Bytes

How to Contribute?

Guidelines

The project dependencies are managed using uv, see their installation guide.

Additionally, to make your life easier, install just to use the shortcut commands.

Dev Install

Install the dependencies and the pre-commit hooks:

just install

Ensuring CI Passes

To ensure CI passes, run the checks and tests. To run the checks (pre-commit checks):

just checks

To run the tests (using pytest):

just tests

Branches

Make a branch in your fork before making a pull request to main.

Submitting Ideas

Ideas can be submitted through the GitHub Discussions or via Roadmap Issues.