Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 334 Bytes

File metadata and controls

11 lines (7 loc) · 334 Bytes

1- Pull develop branch

2- Create new feature branch from develop

  • Always keep the readable name for the feature.
  • Please note that feature branch shouldn't have too many changes. Keep it as much small as possible.

3- Push you feature branch on Github

4- Create pull request

5- Merge it after getting enough approvals