AI summary unavailable for this repo.
{% endif %}{% extends "base.html" %} {% load humanize %} {% load static %} {% load custom_filters %} {% block title %} {{ repo.name }} - Repo Details {% endblock title %} {% block extra_head %} {{ block.super }} {% endblock extra_head %} {% block content %} {% include "includes/sidenav.html" %}
{{ repo.description|default:"No description available." }}
AI summary unavailable for this repo.
{% endif %}{{ repo.stars|intcomma }}
{{ repo.forks|intcomma }}
{{ repo.watchers|intcomma }}
{{ repo.network_count|intcomma }}
{{ repo.subscribers_count|intcomma }}
Opened/Closed Issue Ratio
{{ issue_ratio_change|floatformat:2 }} ({{ issue_ratio_percentage_change|floatformat:2 }}%)
{% if issue_ratio_change >= 0 %} {% else %} {% endif %} past month
{{ repo.open_pull_requests|intcomma }}
Pull Requests Opened
{{ pr_change|intcomma }} ({{ pr_percentage_change|floatformat:2 }}%)
{% if pr_change >= 0 %} {% else %} {% endif %} past month
{{ repo.commit_count|intcomma }}
Commits
{{ commit_change|intcomma }} ({{ commit_percentage_change|floatformat:2 }}%)
{% if commit_change >= 0 %} {% else %} {% endif %} past month
Issues
Pull Requests
Pushes & Commits
| Contributor | Commits | Issues Opened | Issues Closed | Pull Requests | Comments | Total Impact |
|---|---|---|---|---|---|---|
|
{{ stat.contributor.name }}
@{{ stat.contributor.github_id }}
|
{{ stat.commits|default:0|intcomma }} | {{ stat.issues_opened|default:0|intcomma }} | {{ stat.issues_closed|default:0|intcomma }} | {{ stat.pull_requests|default:0|intcomma }} | {{ stat.comments|default:0|intcomma }} |
{{ stat.impact_level.text }}
|
| No contributor statistics available for this period | ||||||
Showing {{ page_obj.start_index }} to {{ page_obj.end_index }} of {{ paginator.count }} contributors
Showing milestone page {{ milestone_pagination.current_page }} of {{ milestone_pagination.total_pages }}
No milestones found for this repository.
{{ related_repo.description|truncatechars:120 }}
{% endif %}No related repositories found
{{ github_issues_count }}
{{ github_prs_count }}
{{ dollar_tag_issues_count }}
No issues found for this repository.
No pull requests found for this repository.