Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 619 Bytes

File metadata and controls

42 lines (29 loc) · 619 Bytes

Contributing

Thanks for your interest in contributing to MaporaCustomer.

Development Setup

npm install
npm run dev

Branch Strategy

  • main: stable branch
  • feature branches: feat/<short-name>
  • fix branches: fix/<short-name>

Commit Convention

Use meaningful commit messages:

  • feat: ...
  • fix: ...
  • docs: ...
  • chore: ...
  • ci: ...

Quality Checklist

Before opening a PR:

npm run lint
npm run build

Pull Request Rules

  • Keep PR scope focused
  • Include visual proof for UI changes
  • Mention affected files and behavior changes
  • Link related issue(s)