{% set title = "Files" %} {% include '_bootstrap_html_head.html'%} {% include 'header.html' %}

Repo files

Find repos where there are no developers with knowledge working.

Orphan status

X orphaned repos found.

{% for row in data %} {% endfor %}
File Orphaned Active developers Total Developers % dev here.
{{ row['Provider'] }} {{ row.get('orphaned') }} {{ row.get('intersection') }} {{ row.get('committers') }} {{ row.get('percentage') }}%
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}