<% if (plugins.notable) { %>

Notable contributions

<% if (plugins.notable.error) { %>
<%= plugins.notable.error.message %>
<% } else { %> <% if (plugins.notable.contributions.length) { %>
<% for (const {name, avatar, organization, user:{commits = 0, stars = 0, issues = 0, pulls = 0, maintainer = false, percentage = 0} = {}, ...total} of plugins.notable.contributions) { %>
.2 ? "a" : percentage > .1 ? "b" : percentage > .05 ? "c" : "" %> "> avatar" src="<%= avatar %>" width="16" height="16" /> @<%= name %> <% if (commits) { %> <%= commits %> <% } %> <% if (stars) { %> <%= f(stars) %> <% } %> <% if (issues) { %> <%= issues %> <% } %> <% if (pulls) { %> <%= pulls %> <% } %>
<% } %>
<% } else { %>
No recent contributions matching filters found
<% } %> <% } %>
<% } %>