Contributing
Live docs URL: https://mrgionsi.github.io/ring-intercom-control/
Branch strategy
main: stabledev: integration- feature branches:
feat/*,fix/*,ops/*
Commit format
Use concise commits with scope:
feat: ...fix: ...ops: ...docs: ...test: ...
Pull requests
- Keep PRs focused and testable.
- Include summary, risks, and rollback notes when relevant.
- Update docs when behavior changes.
Quality checks
- Build and test backend/frontend before requesting review.
- Ensure CI is green before merge.