mergekérelem
A merge request, often abbreviated as MR, is a mechanism used in collaborative software development platforms, most notably GitLab, to propose changes to a codebase. It allows a developer to notify team members that they have completed a set of changes on a separate branch and are requesting those changes to be reviewed and merged into another branch, typically the main development branch.
The process begins when a developer creates a new branch from the main codebase, makes their modifications,
Once the review is complete and any necessary adjustments are made, the merge request can be approved.