-
Notifications
You must be signed in to change notification settings - Fork 3
Project Guideline
Natchanon Manatphaiboon edited this page Oct 9, 2021
·
2 revisions
- Before you work, commit, or push, you must check your current branch carefully.
- Pull request must be reviewed by at least 3 people for small task, and 5 people for big task, before merge.
- Add issue number in every commit message, so that everyone can track your work on the issue.
-
main
is used for deployment only so every commit must be working version of the application. -
edit-readme
is used for editREADME.md
file -
dev
is used for manage the iteration, all feature branch must be merged on this branch before go to the main branch. - feature, fix-bug, and etc. branches will be short, meaningful, and named with small letter