Merge request
A merge request is a request from a user to merge a code from one branch to another. When developers work on different features, they create their own versions of the code. A merge request is a way to ask other programmers to review and possibly merge these changes into the main code so that they can be included in the final version of the application. Merge request is used in GitLab and is equivalent to a pull request in Github.