--- layout: default title: Top Annual Contributors description: "Landing page for top community contributors" suppress_header: true extra_css: - contributing.css ---

Top Annual Contributors

As an open source project, GitLab has thousands of contributions from the wider community. This page will highlight top contributors starting with 2018.

2019 top contributors

Number of wider community contributors: 886

Number of merged MR's: 2,424

<% data.top_contributors_2019.each do |contributors| %> <% end %>
Category* Contributors Merged MRs
<% if contributors.category == 'SuperStar' %> <%= contributors.category %> <% end %> <% if contributors.category == 'Star' %> <%= contributors.category %> <% end %> <% if contributors.category == 'Enthusiast' %> <%= contributors.category %> <% end %> <%= contributors.name %> <%= contributors.merged_mrs %>

*Legend

SuperStar: More than 75 merged MRs

Star: Between 11 & 75 merged MRs

Enthusiast: Between 5 & 10 merged MR's

Source

2018 top contributors

Number of wider community contributors: 443

Number of merged MR's: 1,517

<% data.top_contributors_2018.each do |contributors| %> <% end %>
Category* Contributors Merged MRs
<% if contributors.category == 'SuperStar' %> <%= contributors.category %> <% end %> <% if contributors.category == 'Star' %> <%= contributors.category %> <% end %> <% if contributors.category == 'Enthusiast' %> <%= contributors.category %> <% end %> <%= contributors.name %> <%= contributors.merged_mrs %>

*Legend

SuperStar: More than 75 merged MRs

Star: Between 11 & 75 merged MRs

Enthusiast: Between 5 & 10 merged MR's

Source