Spaces:
Sleeping
Sleeping
Contributing
- Create a feature branch.
- Install
pip install -e ".[dev]". - Run
ruff check .. - Run
pytest --cov=datapilot --cov=api. - Keep computed metrics deterministic and source-backed.
- Add a test for every new quality rule, workflow route or API behavior.
- Never commit datasets containing personal data, credentials or generated artifacts.
Pull requests should explain the user problem, architecture impact, validation performed and any new security or model-risk considerations.