Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 508 Bytes

File metadata and controls

17 lines (12 loc) · 508 Bytes

contributing

thank you for considering contributing to curv.

development setup

  1. clone the repo
  2. run make dev to install development dependencies
  3. branch from main

pull request process

  • ensure your code adheres to the existing ultra-minimalist style.
  • run make format to run ruff and mypy.
  • all code must be strictly typed (mypy . must pass).
  • update the changelog if your pr introduces user-facing changes.
  • ensure all text additions to readme or changelog are fully lowercase.