Skip to content

Close or Merge feature branch to develop

Igor Usenko edited this page Aug 28, 2021 · 27 revisions

if a branch will be just closed or will be merged

[ ] verify that all the tests passed (if branch will be merged)
[ ] review issue notes
[ ] review all commits notes
[ ] review todos (if branch will be just closed)
[ ] verify no uncommited changes
[ ] update the documentation (checking the diff between develop and feature branches)

if the branch will be merged

[ ] switch to develop
[ ] sync local develop with origin
[ ] merge feature branch to develop
[ ] sync local develop with origin
[ ] verify that commits appear in develop origin
[ ] review todos, create follow up issue(s)

if a branch will be just closed or will be merged

[ ] delete the local feature branch
[ ] delete the remote feature branch

[ ] close the related issue

Clone this wiki locally