You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}.
27
25
@@ -84,109 +82,125 @@ You can see the **FastAPI Experts** for:
84
82
85
83
These are the users that have been [helping others the most with questions in GitHub]
6854
(help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank} during the last month. 🤓
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. 😎
100
96
101
-
{% if people %}
102
97
<divclass="user-list user-list-center">
103
98
{% for user in people.three_months_experts[:10] %}
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. 🧐
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. 🧑🔬
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*. 🧙
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>. 👷
165
+
166
+
## Top Translators
167
+
168
+
These are the **Top Translators**. 🌐
169
+
170
+
These users have created the most Pull Requests with [translations to other languages](contributing.md#translations){.internal-link target=_blank} that have been *merged*.
171
+
172
+
<divclass="user-list user-list-center">
173
+
174
+
{% 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>. 👷
182
+
{% endfor %}
183
+
184
+
</div>
174
185
175
186
## Top Translation Reviewers
176
187
177
188
These users are the **Top Translation Reviewers**. 🕵️
178
189
179
190
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.
180
191
181
-
{% if people %}
182
192
<divclass="user-list user-list-center">
183
-
{% for user in people.top_translations_reviewers[:50] %}
193
+
{% 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
251
265
252
266
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.
253
267
254
-
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>.
268
+
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>.
255
269
256
270
Here I'm also highlighting contributions from sponsors.
0 commit comments