Contributing
Development Setup
Fork the repository
Clone your fork:
git clone https://github.com/your-username/sorterpy.git
Install development dependencies:
pip install -e ".[dev]"
Running Tests
pytest
Documentation
Update docs in the docs/ directory. Build locally:
cd docs
make html
Pull Request Process
Update documentation
Add tests for new features
Update CHANGELOG.md
Submit PR with description of changes