Update Home
parent
2f171fa14b
commit
9aaad93946
10
Home.md
10
Home.md
|
|
@ -1,8 +1,8 @@
|
||||||
**Process**
|
**Process**
|
||||||
|
|
||||||
- 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
|
||||||
- 3. Pleaes give the name of the branch like
|
3. Pleaes give the name of the branch like
|
||||||
|
|
||||||
1. features/TICKET#_brief_title_to_understand_the_work_done" for new features
|
- features/TICKET#_brief_title_to_understand_the_work_done" for new features
|
||||||
2. bugfix/TICKET#_brief_title_to_understand_the_work_done
|
- bugfix/TICKET#_brief_title_to_understand_the_work_done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue