mergerequest
A merge request (MR) is a request to merge changes from one branch into another within a Git-based repository. The term is used by GitLab; GitHub and other platforms use pull requests (PRs) but the concept is the same. An MR collects the proposed changes, their description, and related information in a central place for review and integration.
The MR serves as the focal point for code review, discussion, and verification before changes become part
Typical workflow begins when a developer creates a feature or topic branch off the target branch (often
During review, participants discuss the changes, request refinements, and may approve the MR. Project policies often
Overall, merge requests provide governance, traceability, and collaborative review around code changes before they are integrated