- Clone repo
- Install package in editable mode
pip install -e .[dev], including development dependencies - Make changes
- Verify that all tests passes by running
pytestfrom 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