Code Reviews
Once you have submitted a merge request the code review process kicks in which can be summarized as:
- A core developer picks your MR for review.
- The core developer checks your code in respect to e.g. style and correctness.
- The core developer may also give hints on how to improve the code regarding to e.g. readability or performance.
- You iterate (make modifications) on the code.
- The core developer again checks the code and finally approves the changes.
- If also the CI is happy (all checks and tests did pass) the MR is merged.
For more information on merge requests see the GitLab documentation .
How to request a code review
The default label upon creating a merge request is workflow::in development.
To request a code review set the merge request label to workflow::please review!
A merge request reviewer will now have look. If changes are requested the reviewer may change the label to workflow::needs update indicating that the merge request author is now back in charge again.
To indicate that you are currently not working on a merge request set it to workflow::paused (disables also CI – there is also a dedicated label for disabling CI: ci skip).
The following diagram summarises the workflow:
How to indicate that the MR is ready for merge
- Set the merge request label to
workflow::please review. - Remove the
Draft-flag (if you have set it previously).
How to checkout a MR from another developer locally
On the merge request page in the first box which contains information on the MR author and branch name there is button labelled Check out branch which will show you instructions on how to locally checkout this MR:
This article was written by Lars Bilke. If you are missing something or you find an error please reach out
to us on our forum.
Generated with Hugo 0.164.0
in CI job 825193
|
Last revision: April 20, 2026
Commit: refactor(MeshLib): remove PropertyVector::push_back 870422dde
| Edit this page on