Update Home
parent
07d631d971
commit
cc2e8f83b2
10
Home.md
10
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_)
|
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
|
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
|
- features/TICKET#_brief_title_to_understand_the_task for new features
|
||||||
- bugfix/TICKET#_brief_title_to_understand_the_task
|
- 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.
|
||||||
|
|
||||||
****
|
|
||||||
Loading…
Reference in New Issue