From e96a77bb7ea8c1abe317be11cc55c31c1234b6b5 Mon Sep 17 00:00:00 2001 From: Kishor Tripathy Date: Fri, 31 Oct 2025 03:38:40 +0000 Subject: [PATCH] Update Home --- Home.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Home.md b/Home.md index 2517132..9bb0dda 100644 --- a/Home.md +++ b/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) - Example - (a) features/TICKET#_brief_title_to_understand_the_work_done - (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: \ No newline at end of file +1. 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. \ No newline at end of file