Quick summary
A GitLab merge request lets developers propose code changes from a source branch into a target branch, enabling structured code review and collaboration before merging into the main codebase.
Steps
- Log in to your GitLab account and select the project where you want to create a merge request from your homepage.
- In the side toolbar, select "Pinned" and then click on "Issues".
- On the Issues page, click on the specific issue for which you want to create a merge request.
- Click the "Create merge request" button on the issue page.
- Complete the necessary fields on the new merge request form as needed.
- To finish, click the "Create merge request" button at the bottom left of the screen.



