Skip to content

Contributing

PR checks

  • Typecheck: pnpm run typecheck
  • Lint: pnpm run lint
  • Tests: pnpm run test
  • Prisma validate: pnpm prisma validate

Commit style

  • Conventional commits preferred (feat, fix, docs, chore, refactor).

License of contributions

Contributions are licensed under the project LICENSE (Apache-2.0 for core; MIT for SDKs). We use a DCO; sign commits with -s. - Scope by area: api, convex, frontend, backend, prisma, sdk.

Labels

  • area/frontend, area/backend, area/convex, area/sdk, area/docs
  • type/bug, type/feature, type/refactor, type/docs

Notes

  • Keep /docs up to date with new routes/functions/tables.
  • Update /docs/coverage.md when adding/removing files.

See also: CONTRIBUTING.md in repo root.