# Merge Requests (MRs)
# Create a new MR
- Write MR title in format
TASK-ID title
. TASK-ID is optional for RFCs. - Add yourself as
Assignee
. - Select
Reviewers
:
- Your teammates.
- Cross-team reviewers (opens new window).
- Opt-in
Delete source branch when merge request is accepted.
. - Opt-in
Squash commits when merge request is accepted
.
# Merging MRs
- MR mustn't contain
Draft:
prefix in title. - All discussions must be resolved.
- Check
Remove source branch
- Check
Squash commits
if the all commits are not present in other branches.
← Gitlab Code Review →