From cc2e8f83b2dfd0dc7b7cca5a825433d9356b796a Mon Sep 17 00:00:00 2001 From: Kishor Tripathy Date: Fri, 31 Oct 2025 06:43:59 +0000 Subject: [PATCH] Update Home --- Home.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 7bb432d..459ee9f 100644 --- a/Home.md +++ b/Home.md @@ -1,5 +1,6 @@ +# PracticeKea - Process -### 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 @@ -8,5 +9,10 @@ - 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. -**** \ No newline at end of file