Contributing

How to build, test, and send changes to grain — full guide on GitHub.

grain welcomes patches. Day-to-day contributor setup lives in the repo so it stays next to justfile and CI.

Full guide

CONTRIBUTING.md on GitHub covers:

Quick path

git clone https://github.com/cxdy/grain.git
cd grain
just test && just build
./bin/grain doctor

Docs site source is this docs/ tree. Product overview: grainvm.com.

Community