Development & Review
          
        
New development and code review follow.
- Selected Issue
- Pull last development code
- git pull origin development
 
- Create branch with topic number
- Format: sprint-no/type/issue-number
- Type: Feature, bugfix, hot-fix, poc
- Example: sprint-1/bugfix/task-1
 
- Development task
- Testing from local development environment
- Merge from development
- Push remote branch
- git push origin sprint-1/bugfix/task-1
 
- Request reviews and wait for approvals.
- Development vs sprint-1/bugfix/task-1