{% include '_header.html' %}

Key Person Analysis - {{ repo_id }}

Commit Summary

View commits for {{ repo_id }}

Active Aging Stale Unmaintained
{{ ranges.get('active') }} {{ ranges.get('aging') }} {{ ranges.get('stale') }} {{ ranges.get('unmaintained') }}
{% if key_people %}

Key People

{% for person in key_people %} {% endfor %}
Author Commits % Commits Last Commit First Commit Active Commits % Active
{{ person.author }} {{ person.commits }} {{ person['% commits'] }} {{ person.last_commit }} {{ person.first_commit }} {{ person.active_commits }} {{ person['% active'] }}
{% endif %} {% if developer_status %}

Developer Status

Active Aging Stale Unmaintained
{{ developer_status.get('Active') }} {{ developer_status.get('Aging') }} {{ developer_status.get('Stale') }} {{ developer_status.get('Unmaintained') }}
{% endif %}
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}