Contributing¶
See CONTRIBUTING.md in the repository for detailed contribution guidelines.
Quick Start¶
- Fork and clone the repository
- Install dependencies:
pip install -e ".[all]" - Install pre-commit hooks:
pre-commit install - Make changes and run tests:
pytest tests/ - Submit a pull request
Pre-commit Hooks¶
Critical: Always install pre-commit hooks to catch issues before CI:
See Pre-commit Setup for complete guide.