Update Home

Kishor Tripathy 2025-10-31 03:38:40 +00:00
parent e56ad69aa7
commit e96a77bb7e
1 changed files with 4 additions and 10 deletions

14
Home.md

@ -1,11 +1,5 @@
**Development Process** **Process**
Step 1: Always create a branch from main branch to work on a new requirement (never work on main branch) 1. 1. Always create a branch from main branch to work on a new requirement (never work on main branch)
Example 2. Create a pull request to merge your branch to the main branch and communicate a peer member for code review/approval
(a) features/TICKET#_brief_title_to_understand_the_work_done 3.
(b) bugfix/TICKET#_brief_title_to_understand_the_work_done
NOTE: always use lower case
Step 2: Create a pull request to merge your branch to the main branch and communicate a peer member for code review/approval
Step 3: