diff --git a/web/content/docs/devguide/development-workflows/checkout-branch.png b/web/content/docs/devguide/development-workflows/checkout-branch.png
new file mode 100644
index 0000000000000000000000000000000000000000..9a476f628db962cd6e38da87d66057c1ec3727e7
Binary files /dev/null and b/web/content/docs/devguide/development-workflows/checkout-branch.png differ
diff --git a/web/content/docs/devguide/development-workflows/code-reviews.md b/web/content/docs/devguide/development-workflows/code-reviews.md
index 67d77f61571f54c85a618b656e0e5464d4afafbc..dea98fc06cd519c5e6a25e2abf2208f856c42cd3 100644
--- a/web/content/docs/devguide/development-workflows/code-reviews.md
+++ b/web/content/docs/devguide/development-workflows/code-reviews.md
@@ -30,3 +30,9 @@ If you do not want a reviewer to have a look, e.g. because you are currently wor
 
 - Set the merge request label to `workflow::please review`
 - Remove the [`Draft`-flag](https://docs.gitlab.com/ee/user/project/merge_requests/drafts.html#mark-merge-requests-as-ready) (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:
+
+![](../checkout-branch.png)