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
pytestpasses. - 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.