Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 297 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 297 Bytes

Contributing to Cumulus FHIR Support

Set up your dev environment

To use the same dev environment as us, you'll want to run these commands:

pip install .[dev]
pre-commit install

This will install dependencies & build tools, as well as set up a black auto-formatter commit hook.