{# Summary card component - displays high-level contribution statistics #}

Contribution Summary ({{ since_date }} to {{ until_date }})

{{ total_prs }}
Total PRs
{{ merged_count }}
Merged
{{ open_count }}
Open
{{ closed_count }}
Closed
{{ repo_count }}
Repositories
{% if star_increase is defined %}
{% if star_increase == -1 %}>1000{% else %}+{{ star_increase }}{% endif %}
Stars Gained
{% endif %}
{% if cache_age %}

Last updated: {{ cache_age }}

{% endif %}