Repositories where there are no active developers with knowledge working.
{{ data|length if data else 0 }} orphaned repositories found.
Repository | Orphaned | Active Developers | Total Developers | % Developers Here |
---|---|---|---|---|
{{ row['_git_repo'] }} | {% if row.get('orphaned') %} Yes {% else %} No {% endif %} | {{ row.get('intersection', 0) }} | {{ row.get('committers', 0) }} | {{ row.get('percentage', 0) }}% |