From the course: Learning GitLab
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Review a merge request - GitLab Tutorial
From the course: Learning GitLab
Review a merge request
- [Instructor] Now that we've got our merge requests created, it's time to review it. You'll have to imagine that this is someone else's work that you're reviewing. That's the typical workflow around merge requests. You create your code changes and then request that a colleague review them. So let's pretend that I am a caffeine-obsessed programmer on the team, named Alice, and I'm reviewing a merge request from Bob. To get to our merge request, if you aren't already on it, go to the menu, and go down to Code and then select Merge requests. And then there's our merge request right there. At the very top of this page in the upper right, we have the option to edit, so let's click that. Now here, we can make some changes. We could change the title if we wanted to. We could also mark this as a draft, and then we can add a little more to the description if we want. And that's what we're going to do. We're actually going to add some check marks. So there's a checklist button right here in…