diff --git a/_layouts/default.html b/_layouts/default.html index 51e7f7b4f5..2ae41c9772 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -59,6 +59,21 @@

committers.top

{% if location %}

Most active GitHub users in {{location.title}}

+ {% if location.excluded_repos %} +
+ ⚖️ Excluded repositories ({{location.excluded_repos | size}}) +

+ For fairer rankings, commits made to the repositories below are excluded from the contribution counts on this page + (e.g. dataset/archive repositories whose automated commit volume would otherwise dominate a user's total). + Where a user's count was reduced, the amount removed is shown as −N excluded next to their contributions. +

+ +
+ {% endif %}

This is a list of most active GitHub users in {{location.title}} over the past year. Other countries/regions can be found here. This list was generated at {{location.generated}} and machine-readable JSON is available for: @@ -123,7 +138,7 @@

Most active GitHub users in {{location.title}}

{{user.rank}}. {{user.login}}
({{user.name}}) - {{user.contributions}} + {{user.contributions}}{% if user.excluded and user.excluded > 0 %}
−{{user.excluded}} excluded{% endif %} Avatar for {{user.login}} {% endfor %}