Meet Our Community!
Our Stats
{{ team_stats.stargazers_count }}
Stars
{{ team_stats.forks_count }}
Forks
{{ team_stats.contributors }}
Contributors
{{ team_stats.total_contributions }}
Contributions
{% for team in teams_data %}
{% with name=team.name, members=team.members %}
{% include "components/contributors.html" %}
{% endwith %}
{% endfor %}
{% with name="Contributors", members=contributors %}
{% include "components/contributors.html" %}
{% endwith %}