Thanks for your interest in contributing to MaporaCustomer.
npm install
npm run devmain: stable branch- feature branches:
feat/<short-name> - fix branches:
fix/<short-name>
Use meaningful commit messages:
feat: ...fix: ...docs: ...chore: ...ci: ...
Before opening a PR:
npm run lint
npm run build- Keep PR scope focused
- Include visual proof for UI changes
- Mention affected files and behavior changes
- Link related issue(s)