I'm the creator of **FastAPI**. You can read more about that in [Help FastAPI - Get Help - Connect with the author](help-fastapi.md#connect-with-the-author){.internal-link target=_blank}.
@ -84,7 +82,6 @@ You can see the **FastAPI Experts** for:
These are the users that have been [helping others the most with questions in GitHub](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank} during the last month. 🤓
{% if people %}
<divclass="user-list user-list-center">
{% for user in people.last_month_experts[:10] %}
@ -92,13 +89,11 @@ These are the users that have been [helping others the most with questions in Gi
{% endfor %}
</div>
{% endif %}
### FastAPI Experts - 3 Months
These are the users that have been [helping others the most with questions in GitHub](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank} during the last 3 months. 😎
{% if people %}
<divclass="user-list user-list-center">
{% for user in people.three_months_experts[:10] %}
@ -106,13 +101,11 @@ These are the users that have been [helping others the most with questions in Gi
{% endfor %}
</div>
{% endif %}
### FastAPI Experts - 6 Months
These are the users that have been [helping others the most with questions in GitHub](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank} during the last 6 months. 🧐
{% if people %}
<divclass="user-list user-list-center">
{% for user in people.six_months_experts[:10] %}
@ -120,13 +113,11 @@ These are the users that have been [helping others the most with questions in Gi
{% endfor %}
</div>
{% endif %}
### FastAPI Experts - 1 Year
These are the users that have been [helping others the most with questions in GitHub](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank} during the last year. 🧑🔬
{% if people %}
<divclass="user-list user-list-center">
{% for user in people.one_year_experts[:20] %}
@ -134,7 +125,6 @@ These are the users that have been [helping others the most with questions in Gi
{% endfor %}
</div>
{% endif %}
### FastAPI Experts - All Time
@ -142,7 +132,6 @@ Here are the all time **FastAPI Experts**. 🤓🤯
These are the users that have [helped others the most with questions in GitHub](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank} through *all time*. 🧙
{% if people %}
<divclass="user-list user-list-center">
{% for user in people.experts[:50] %}
@ -150,7 +139,6 @@ These are the users that have [helped others the most with questions in GitHub](
{% endfor %}
</div>
{% endif %}
## Top Contributors
@ -158,19 +146,42 @@ Here are the **Top Contributors**. 👷
These users have [created the most Pull Requests](help-fastapi.md#create-a-pull-request){.internal-link target=_blank} that have been *merged*.
They have contributed source code, documentation, translations, etc. 📦
They have contributed source code, documentation, etc. 📦
{% if people %}
<divclass="user-list user-list-center">
{% for user in people.top_contributors[:50] %}
{% for user in (contributors.values() | list)[:50] %}
There are hundreds of other contributors, you can see them all in the <ahref="https://github.com/fastapi/fastapi/graphs/contributors"class="external-link"target="_blank">FastAPI GitHub Contributors page</a>. 👷
## Top Translators
These are the **Top Translators**. 🌐
These users have created the most Pull Requests with [translations to other languages](contributing.md#translations){.internal-link target=_blank} that have been *merged*.
<divclass="user-list user-list-center">
{% for user in (translators.values() | list)[:50] %}
There are many other contributors (more than a hundred), you can see them all in the <ahref="https://github.com/fastapi/fastapi/graphs/contributors"class="external-link"target="_blank">FastAPI GitHub Contributors page</a>. 👷
{% endfor %}
</div>
## Top Translation Reviewers
@ -178,15 +189,18 @@ These users are the **Top Translation Reviewers**. 🕵️
I only speak a few languages (and not very well 😅). So, the reviewers are the ones that have the [**power to approve translations**](contributing.md#translations){.internal-link target=_blank} of the documentation. Without them, there wouldn't be documentation in several other languages.
{% if people %}
<divclass="user-list user-list-center">
{% for user in people.top_translations_reviewers[:50] %}
{% for user in (translation_reviewers.values() | list)[:50] %}
@ -251,7 +265,7 @@ The main intention of this page is to highlight the effort of the community to h
Especially including efforts that are normally less visible, and in many cases more arduous, like helping others with questions and reviewing Pull Requests with translations.
The data is calculated each month, you can read the <ahref="https://github.com/fastapi/fastapi/blob/master/.github/actions/people/app/main.py"class="external-link"target="_blank">source code here</a>.
The data is calculated each month, you can read the <ahref="https://github.com/fastapi/fastapi/blob/master/scripts/"class="external-link"target="_blank">source code here</a>.
Here I'm also highlighting contributions from sponsors.