Contributing
Please refer to the CONTRIBUTING.md file in the repository root for detailed contributing guidelines.
Quick Links
Development Workflow
Fork the repository
Create a feature branch
Make your changes
Run tests:
pytestFormat code:
black src/ tests/Lint code:
ruff check src/ tests/Submit pull request
See the full CONTRIBUTING.md for detailed instructions.