Creating Merge Requests in GitLab
Introduction
Section titled โIntroductionโMerge requests allow collaborators to review and merge changes into target branches.
Create a Merge Request
Section titled โCreate a Merge Requestโ- Push your branch to GitLab.
 - Navigate to your project and go to Merge Requests.
 - Click New merge request.
 - Select source and target branches.
 - Fill in the title, description, and assign reviewers.
 - Click Submit merge request.
 
- Link relevant issues with 
Closes #123in the description. - Ensure your branch is up to date with the target branch.