Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 510 Bytes

File metadata and controls

12 lines (10 loc) · 510 Bytes

Thank you for your interest in contributing to this project.

Guidelines

  • Open an issue to discuss non-trivial changes before implementing them.
  • Create small, focused pull requests.
  • Add unit tests for new behavior and ensure pytest passes.
  • Follow the existing code style and keep changes minimal and well-scoped.

Pull Request Checklist

  • All tests pass locally (pytest).
  • Updated or added documentation where appropriate (README.md).
  • Include details of design decisions in the PR description.