Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 786 Bytes

File metadata and controls

28 lines (21 loc) · 786 Bytes

Contributing

Thanks for your interest in contributing!

This project is maintained by a single maintainer, so review times may vary. Small fixes and improvements are welcome.

Where to start

  • Questions / ideas: GitHub Discussions
  • Bugs: GitHub Issues (please include a minimal reproduction)

Before opening a PR

For non-trivial changes, please open an issue/discussion first to align on approach.

Development setup

  1. Install dependencies:
    • pip install -e ".[dev]"
  2. Run checks:
    • ruff check .
    • ruff format .
    • pytest

Pull Requests

  • Keep PRs focused and small when possible
  • Add/adjust tests if behavior changes
  • Update docs/README if needed

By submitting a PR, you agree that your contribution will be licensed under the project's license.