Collaboration - Amaya-Wickramaarachchi/gpa-calculator GitHub Wiki
Collaboration Protocols
- Use GitHub Issues for bug/feature tracking.
- Discuss changes in PR comments.
- Follow Conventional Commits.
- Test locally before pushing (
npm run test
,npm run lint
). - Update wiki for major changes.