[vtk-developers] How to request reviewer of a topic

Brad King brad.king at kitware.com
Tue Mar 17 08:40:06 EDT 2015


On 03/16/2015 11:29 PM, Bill Lorensen wrote:
> I have a topic I would like others to review. What is the equivalent
> of gerrit's "add reviewer".

As mentioned in each of these two sections:

 https://gitlab.kitware.com/vtk/vtk/blob/master/Documentation/dev/git/develop.md#create-a-merge-request
 https://gitlab.kitware.com/vtk/vtk/blob/master/Documentation/dev/git/develop.md#review-a-merge-request

one can mention `@username` in a comment.  That will notify the
named user(s).  GitLab has no notion of a list of reviewers, just
participants in the discussion.  There is an "Assignee" field in
Merge Requests too, but we're not sure whether we need to use it
for our workflow.

-Brad



More information about the vtk-developers mailing list