4.2.1. Workflow#
GitLab
Allows steps 2 and 3 to be performed simultaneously.
Create an Issue π Define and plan a feature
Create a Feature Branch πΏ Branch from healthy reference
Create a Merge/Pull Request π Push branch to remote and link to Issue (e.g. βCloses #123β)
Develop the Feature π» Implement code following best practices
Keep Branch updated π Regularly include changes from the healthy reference
Test the Feature π§ͺ Run tests locally or via automation services
Code Review π₯ βundraftβ the Merge/Pull Request, designate a reviewer
Merge the Feature β Merge the approved request closing the related Issue