- Clone repo
- Install package in editable mode
pip install -e .[dev]
, including development dependencies - If you are fixiing a bug, first add a failing test
- Make changes
- Verify that all tests passes by running
pytest
from the package root directory - Format the code by running black e.g.
black nameofthefiletoformat.py
- Make a pull request with a summary of the changes