{% extends "base.html" %} {% block title %}{{ username }}'s Contributions{% endblock %} {% block content %}
{% if period == "1_year" %} Past year {% elif period == "2_years" %} Past 2 years {% elif period == "5_years" %} Past 5 years {% elif period == "all_time" %} All time {% endif %} ({{ since_date }} to {{ until_date }})
{{ repo_descriptions[repo_full_name] }}
{% endif %}| PR | Title | Status | Created |
|---|---|---|---|
| #{{ pr.number }} | {{ pr.title }} | {% set display_state = pr.get_display_state() %} {% if display_state == "merged" %} Merged {% elif display_state == "open" %} Open {% else %} Closed {% endif %} | {% if pr.created_at %} {{ pr.created_at.strftime("%Y-%m-%d") }} {% else %} N/A {% endif %} |
No pull requests found for this period.
Report generated {{ cache_info.age }} {% if cache_info.is_stale %} ⚠️ Stale {% endif %}
{% if authenticated %} {% else %}Login to refresh this report
{% endif %}