Contributing¶
For the full contribution guide see CONTRIBUTING.md in the repo root.
Quick links¶
Dev setup¶
git clone https://github.com/sandeep-alluru/rulegraph
cd rulegraph
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
pre-commit install