thank you for considering contributing to curv.
- clone the repo
- run
make devto install development dependencies - branch from main
- ensure your code adheres to the existing ultra-minimalist style.
- run
make formatto 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.