Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 565 Bytes

File metadata and controls

27 lines (18 loc) · 565 Bytes

Contributing

Thanks for your interest! All contributions are welcome.

Quick start

git clone https://github.com/ninja-otaku/interpretflow
cd interpretflow
pip install -e ".[dev]"
pytest

Guidelines

  • Keep PRs focused -- one feature or fix per PR
  • Add tests for new behaviour
  • Run ruff check . and mypy src before pushing
  • Follow existing code style (PEP 8, type hints everywhere)

Reporting issues

Open a GitHub Issue with a minimal reproduction case.

License

By contributing you agree your work is licensed under Apache 2.0.