# Merge Requests (MRs)

# Create a new MR

  1. Write MR title in format TASK-ID title. TASK-ID is optional for RFCs.
  2. Add yourself as Assignee.
  3. Select Reviewers:
  1. Opt-in Delete source branch when merge request is accepted..
  2. Opt-in Squash commits when merge request is accepted.

# Merging MRs

  1. MR mustn't contain Draft: prefix in title.
  2. All discussions must be resolved.
  3. Check Remove source branch
  4. Check Squash commits if the all commits are not present in other branches.