View commits for {{ repo_id }}
| Active | Aging | Stale | Unmaintained |
|---|---|---|---|
| {{ ranges.get('active') }} | {{ ranges.get('aging') }} | {{ ranges.get('stale') }} | {{ ranges.get('unmaintained') }} |
| 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'] }} |
| Active | Aging | Stale | Unmaintained |
|---|---|---|---|
| {{ developer_status.get('Active') }} | {{ developer_status.get('Aging') }} | {{ developer_status.get('Stale') }} | {{ developer_status.get('Unmaintained') }} |