Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 380 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 380 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 ruff format
  6. Make a pull request with a summary of the changes