{% include '_header.html' %}
# of Authors
{{ data['authors'] }}
View More
# of Committers
{{ data['committers'] }}
View More
Download
|
Show active developers (last 90 days)
Developers
Author
# Commits
# Repos
Last Seen (days)
{% for dev in authors %}
{{ dev['author_email'] }}
{{ dev['commits'] }}
{{ dev['repos'] }}
{{ dev['last_seen'] }}
{% endfor %}
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}