Merge Request Buddies

Merge request buddies at GitLab

Merge Request buddies are available to help other team members who need help with merge requests that will update the GitLab handbook or website. Whether you are learning how to use the GitLab Web IDE, make updates to the handbook and website locally, or need answers to other Git and GitLab questions, Merge Request buddies are here to help.

For more serious problems, especially ones that are time sensitive or prohibiting access to important information, there is an escalation process to reach out to team members who are on-call to help resolve the problem.

Note: This role should not be confused with Merge Request Coach. The main goal of a Merge Request Coach is to help merge requests from the community get merged into GitLab.

Find a Merge Request Buddy

Visit the GitLab Team page and search for ‘Merge Request Buddy’, or ask on Slack in #mr-buddies.

Become a Merge Request Buddy

If you’re comfortable using Git and GitLab and want to help team members troubleshoot problems and accelerate their learning, please follow these steps to indicate your availability as a Merge Request Buddy:

  1. Find your yml file.

  2. Add Merge Request Buddy to the departments section in your entry (keeping your existing departments):

    1
    2
    3
    
    departments:
      - ...
      - Merge Request Buddy
    
  3. Add the following code above the story section in your entry:

    1
    2
    
    expertise:  |
       <li><a href="/handbook/people-group/general-onboarding/mr-buddies/">Merge Request Buddy</a></li>   
    
  4. If you already have an expertise section, add the list item portion of the above code:

    1
    
    <li><a href="/handbook/people-group/general-onboarding/mr-buddies/">Merge Request Buddy</a></li>
    
  5. Optionally request maintainer access to https://gitlab.com/gitlab-com/www-gitlab-com to be able to merge team members merge requests for this project as an MR Buddy

Last modified March 27, 2024: Change shortcode to plain links (7db9c423)