Contributing
Claire developer docs
Contribution workflow
Branching, DCO, tests, and review.
Contribution workflow
- Branch from updated
main. - Sign every commit with
git commit -s(DCO). - Keep changes focused.
- Run
bun run checkor the relevant package checks. - Open a pull request with the template.
Do not commit secrets or production hostnames. See SECURITY.md and CONTRIBUTING.md.