10 Home
Kishor Tripathy edited this page 2025-10-31 06:43:59 +00:00

PracticeKea - Process

Branch Creation

  1. Always create a branch from main branch to work on a new requirement (never work on main branch)
  2. Create a pull request to merge your branch to the main branch and communicate a peer member for code review/approval
  3. 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.