PracticeKea - Process
Branch Creation
- Always create a branch from main branch to work on a new requirement (never work on main branch)
- Create a pull request to merge your branch to the main branch and communicate a peer member for code review/approval
- Pleaes give the name of the branch like
- features/TICKET#_brief_title_to_understand_the_task for new features
- bugfix/TICKET#_brief_title_to_understand_the_task
Deployment to Staging
Once all tasks are being done, it is time for user acceptance testing. We will move the same to the Staging environment. A new PR need to be created for the same with version bump!
Deployment to Production
After we get the green singal from test team, again a PR need to be created to merege the code from staging -> production branch.