Thanks for your interest. Cotect is young and currently a solo project, so small, focused PRs are the easiest to review and land.
- For features or behavior changes, please open an issue first so we agree on direction before you write code.
- Bug fixes can go straight to a PR.
See DEVELOPMENT.md for system dependencies and commands.
yarn fmt:check # prettier
yarn lint # eslint, zero warnings
yarn test # vitest
yarn test:rust # cargo testCI runs the same checks on every PR.
Conventional-commit subjects (feat:, fix:, chore:, docs:) to match
the existing history.
By contributing, you agree that your contributions are licensed under Apache-2.0.