summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/development/code_review.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/development/code_review.md b/doc/development/code_review.md
index edf0b6f46df..160c20fff40 100644
--- a/doc/development/code_review.md
+++ b/doc/development/code_review.md
@@ -97,6 +97,18 @@ first time.
branch. Do not squash until the branch is ready to merge. Reviewers should be
able to read individual updates based on their earlier feedback.
+### Assignning a merge request for a review
+
+If you want to have your merge request reviewed you can assign it to any reviewer. The list of reviewers can be found on [Egineering projects](https://about.gitlab.com/handbook/engineering/projects/) page.
+
+You can also use `ready for review` label. That means that your merge request is ready to be reviewed and any reviewer can pick it.
+
+When your merge request was reviewed and can be passed to a maintainer you can either pick a specific maintainer or use a label `ready for merge`.
+
+### List of merge requests ready for review
+
+If you have capacity to review a merge request you can find one in a list of [merge requests to review](https://gitlab.com/groups/gitlab-org/-/merge_requests?scope=all&utf8=%E2%9C%93&state=opened&label_name%5B%5D=ready%20for%20review&assignee_id=0).
+
### Reviewing code
Understand why the change is necessary (fixes a bug, improves the user