Thanks for your interest! All contributions are welcome.
git clone https://github.com/ninja-otaku/interpretflow
cd interpretflow
pip install -e ".[dev]"
pytest- Keep PRs focused -- one feature or fix per PR
- Add tests for new behaviour
- Run
ruff check .andmypy srcbefore pushing - Follow existing code style (PEP 8, type hints everywhere)
Open a GitHub Issue with a minimal reproduction case.
By contributing you agree your work is licensed under Apache 2.0.