- Clone repo
- Install package in editable mode
pip install -e .[dev]
, including development dependencies - Make changes
- Verify that all tests passes by running
pytest
from the package root directory - Format the code by running
ruff format
- Make a pull request with a summary of the changes