Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 338 Bytes

File metadata and controls

15 lines (11 loc) · 338 Bytes

So you're interested in helping out? That's great!

First of all, please have a look at our LLM use policy. All good? Let's proceed.

Issuing PRs

Before issuing a PR, please run a few commands:

# Run all tests
make test
# Reformat all code
make fmt

This ensures that the basics work.