{% extends "base.html" %} {% set active_page = "opensource" %} {% block title %}Opensource{% endblock %} {% block content %}

Opensource Contributions

{{ contributions | length }} total
{{ stats.total }}
Total
{{ stats.pr_opened }}
PRs Opened
{{ stats.pr_merged }}
Merged
{{ stats.in_progress }}
In Progress
{{ stats.failed }}
Failed
All {% for s in statuses %} {{ s | replace('_', ' ') | title }} {% endfor %}
{% for c in contributions %} {% else %} {% endfor %}
Repository Issue Status PR
{% if c.repo_language %} {{ c.repo_language }} {% endif %} {{ c.repo_full_name }} {% if c.repo_stars %} {{ c.repo_stars | star_count }} {% endif %}
#{{ c.issue_number }}: {{ c.issue_title[:60] }}{% if c.issue_title | length > 60 %}...{% endif %} {{ c.status.value | replace('_', ' ') | title }} {% if c.pr_url %} PR #{{ c.pr_number }} → {% else %} {% endif %}
No contributions yet — the opensource agent is searching for issues to fix
{% endblock %}