Skip to content

Close or Merge feature branch to develop

Igor Usenko edited this page May 17, 2022 · 27 revisions

if a branch will be just closed or will be merged

[ ] verify that all the needed tests created (if the branch will be merged)
[ ] verify that all the tests run by RUN_TEST (if the branch will be merged)
[ ] verify that all the tests passed (if the branch will be merged)
[ ] review issue notes
[ ] review all commits notes
[ ] review todos (if the branch will be just closed)
[ ] verify no uncommitted changes
[ ] update the documentation (checking the diff between develop and feature branches)
[ ] update the used sources

if the branch will be merged

[ ] clean up #includes
[ ] 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

if a branch will be just closed or will be merged

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

[ ] review todos, create follow up issue(s)
[ ] add them as a last comment on the branch issue
[ ] close the related branch issue

Clone this wiki locally