Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 411 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 411 Bytes

Guidelines for contribution

  1. Clone repo
  2. Install package in editable mode pip install -e .[dev], including development dependencies
  3. Make changes
  4. Verify that all tests passes by running pytest from the package root directory
  5. Format the code by running black e.g. black nameofthefiletoformat.py
  6. Make a pull request with a summary of the changes