{% extends "base.html" %} {% block title %}GitHub Contributions for @{{ username }} - git brag{% endblock %} {% block meta_description %}{{ username }} made {{ total_prs }} pull requests across {{ repo_count }} repositories from {{ since_date }} to {{ until_date }}{% endblock %} {% block og_title %}GitHub Contributions for @{{ username }} - git brag{% endblock %} {% block og_description %}{{ username }} made {{ total_prs }} pull requests across {{ repo_count }} repositories from {{ since_date }} to {{ until_date }}{% endblock %} {% block og_image %}{% if user_profile and user_profile.avatar_url %}{{ user_profile.avatar_url }}{% else %}{{ request.url.scheme }}://{{ request.url.netloc }}/static/images/og-image.png{% endif %}{% endblock %} {% block content %}
This report was last updated {{ cache_info.age }}. Login to Refresh
This report was last updated {{ cache_info.age }}. Refresh Now
Please wait while we collect the contribution data from GitHub...
{% 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 | Size | Status | Created |
|---|---|---|---|---|
| #{{ pr.number }} | {{ pr.title }} | {% if pr.size_category %} {{ pr.size_category }} {% else %} - {% endif %} | {% 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. Every open source journey starts somewhereโyour next contribution is waiting! ๐
Report generated {{ cache_info.age }} {% if cache_info.is_stale %} โ ๏ธ Stale {% endif %}
{% if authenticated %} {% else %}Login to refresh this report
{% endif %}