commit e56ad69aa772d5bf403f4def5e32de89fb254686 Author: Kishor Tripathy Date: Fri Oct 31 03:36:56 2025 +0000 Add Home diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..2517132 --- /dev/null +++ b/Home.md @@ -0,0 +1,11 @@ +**Development 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