Contributing to Diffid¶
Coming Soon
Detailed contributing guidelines are being written.
Quick Start¶
# Fork and clone
git clone https://github.com/YOUR_USERNAME/diffid.git
cd diffid
# Set up environment
uv sync
uv run maturin develop
# Run tests
uv run pytest -v
cargo test
# Make changes and submit PR
Areas to Contribute¶
- Bug fixes
- New algorithms
- Documentation
- Examples
- Tests