Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 449 Bytes

File metadata and controls

15 lines (11 loc) · 449 Bytes

Contributing to cvxrisk

We welcome all contributions — you don't need to be an expert to help out.

The full contributing guide, including development setup, coding style, testing instructions, and the pull-request checklist, lives in .rhiza/CONTRIBUTING.md.

Quick start:

make install   # set up the development environment (uv-based)
make test      # run the test suite
make fmt       # format and lint