Submit PRs against develop branch (not master).
Sign off commits with DCO:
Signed-off-by: Your Name <your.email@example.com>
Follow Conventional Commits:
Format: type(scope): message
Scope is optional but recommended for clarity (e.g., fix(webcam): ..., feat(console): ...).
Types:
feat- New featurefix- Bug fixdocs- Documentationrefactor- Code refactoringstyle- Formatting changestest- Adding testschore- Maintenance
npm run format
npm run lint:fix
npm run test:unit