committed by
GitHub
15 changed files with 8 additions and 2303 deletions
@ -1,185 +0,0 @@ |
|||||
--- |
|
||||
hide: |
|
||||
- navigation |
|
||||
--- |
|
||||
|
|
||||
# FastAPI İnsanlar |
|
||||
|
|
||||
FastAPI-ın bütün mənşəli insanları qəbul edən heyrətamiz icması var. |
|
||||
|
|
||||
|
|
||||
|
|
||||
## Yaradıcı - İcraçı |
|
||||
|
|
||||
Salam! 👋 |
|
||||
|
|
||||
Bu mənəm: |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.maintainers %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Cavablar: {{ user.answers }}</div><div class="count">Pull Request-lər: {{ user.prs }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
Mən **FastAPI**-ın yaradıcısı və icraçısıyam. Əlavə məlumat almaq üçün [Yardım FastAPI - Yardım alın - Müəlliflə əlaqə qurun](help-fastapi.md#connect-with-the-author){.internal-link target=_blank} səhifəsinə baxa bilərsiniz. |
|
||||
|
|
||||
...Burada isə sizə icmanı göstərmək istəyirəm. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**FastAPI** icmadan çoxlu dəstək alır və mən onların əməyini vurğulamaq istəyirəm. |
|
||||
|
|
||||
Bu insanlar: |
|
||||
|
|
||||
* [GitHub-da başqalarının suallarına kömək edirlər](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank}. |
|
||||
* [Pull Request-lər yaradırlar](help-fastapi.md#create-a-pull-request){.internal-link target=_blank}. |
|
||||
* Pull Request-ləri ([xüsusilə tərcümələr üçün vacib olan](contributing.md#translations){.internal-link target=_blank}.) nəzərdən keçirirlər. |
|
||||
|
|
||||
Bu insanlara təşəkkür edirəm. 👏 🙇 |
|
||||
|
|
||||
## Keçən ayın ən fəal istifadəçiləri |
|
||||
|
|
||||
Bu istifadəçilər keçən ay [GitHub-da başqalarının suallarına](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank} ən çox kömək edənlərdir. ☕ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.last_month_experts[:10] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Cavablandırılmış suallar: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Mütəxəssislər |
|
||||
|
|
||||
Burada **FastAPI Mütəxəssisləri** var. 🤓 |
|
||||
|
|
||||
Bu istifadəçilər indiyə qədər [GitHub-da başqalarının suallarına](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank} ən çox kömək edənlərdir. |
|
||||
|
|
||||
Onlar bir çox insanlara kömək edərək mütəxəssis olduqlarını sübut ediblər. ✨ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.experts[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Cavablandırılmış suallar: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Ən yaxşı əməkdaşlar |
|
||||
|
|
||||
Burada **Ən yaxşı əməkdaşlar** var. 👷 |
|
||||
|
|
||||
Bu istifadəçilərin ən çox *birləşdirilmiş* [Pull Request-ləri var](help-fastapi.md#create-a-pull-request){.internal-link target=_blank}. |
|
||||
|
|
||||
Onlar mənbə kodu, sənədləmə, tərcümələr və s. barədə əmək göstərmişlər. 📦 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_contributors[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Pull Request-lər: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
Bundan başqa bir neçə (yüzdən çox) əməkdaş var ki, onları <a href="https://github.com/fastapi/fastapi/graphs/contributors" class="external-link" target="_blank">FastAPI GitHub Əməkdaşlar səhifəsində</a> görə bilərsiniz. 👷 |
|
||||
|
|
||||
## Ən çox rəy verənlər |
|
||||
|
|
||||
Bu istifadəçilər **ən çox rəy verənlər**dir. |
|
||||
|
|
||||
### Tərcümələr üçün rəylər |
|
||||
|
|
||||
Mən yalnız bir neçə dildə danışıram (və çox da yaxşı deyil 😅). Bu səbəbdən, rəy verənlər sənədlərin [**tərcümələrini təsdiqləmək üçün gücə malik olanlar**](contributing.md#translations){.internal-link target=_blank}dır. Onlar olmadan, bir çox dilə tərcümə olunmuş sənədlər olmazdı. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
Başqalarının Pull Request-lərinə **Ən çox rəy verənlər** 🕵️ kodun, sənədlərin və xüsusilə də **tərcümələrin** keyfiyyətini təmin edirlər. |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_translations_reviewers[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Rəylər: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Sponsorlar |
|
||||
|
|
||||
Bunlar **Sponsorlar**dır. 😎 |
|
||||
|
|
||||
Onlar mənim **FastAPI** (və digər) işlərimi əsasən <a href="https://github.com/sponsors/tiangolo" class="external-link" target="_blank">GitHub Sponsorlar</a> vasitəsilə dəstəkləyirlər. |
|
||||
|
|
||||
{% if sponsors %} |
|
||||
|
|
||||
{% if sponsors.gold %} |
|
||||
|
|
||||
### Qızıl Sponsorlar |
|
||||
|
|
||||
{% for sponsor in sponsors.gold -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.silver %} |
|
||||
|
|
||||
### Gümüş Sponsorlar |
|
||||
|
|
||||
{% for sponsor in sponsors.silver -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.bronze %} |
|
||||
|
|
||||
### Bürünc Sponsorlar |
|
||||
|
|
||||
{% for sponsor in sponsors.bronze -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% endif %} |
|
||||
|
|
||||
### Fərdi Sponsorlar |
|
||||
|
|
||||
{% if github_sponsors %} |
|
||||
{% for group in github_sponsors.sponsors %} |
|
||||
|
|
||||
<div class="user-list user-list-center"> |
|
||||
|
|
||||
{% for user in group %} |
|
||||
{% if user.login not in sponsors_badge.logins %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a></div> |
|
||||
|
|
||||
{% endif %} |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
|
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
## Məlumatlar haqqında - texniki detallar |
|
||||
|
|
||||
Bu səhifənin əsas məqsədi, icmanın başqalarına kömək etmək üçün göstərdiyi əməyi vurğulamaqdır. |
|
||||
|
|
||||
Xüsusilə də normalda daha az görünən və bir çox hallarda daha çətin olan, başqalarının suallarına kömək etmək və tərcümələrlə bağlı Pull Request-lərə rəy vermək kimi səy göstərmək. |
|
||||
|
|
||||
Bu səhifənin məlumatları hər ay hesablanır və siz <a href="https://github.com/fastapi/fastapi/blob/master/.github/actions/people/app/main.py" class="external-link" target="_blank">buradan mənbə kodunu</a> oxuya bilərsiniz. |
|
||||
|
|
||||
Burada sponsorların əməyini də vurğulamaq istəyirəm. |
|
||||
|
|
||||
Mən həmçinin alqoritmi, bölmələri, eşikləri və s. yeniləmək hüququnu da qoruyuram (hər ehtimala qarşı 🤷). |
|
@ -1,176 +0,0 @@ |
|||||
--- |
|
||||
hide: |
|
||||
- navigation |
|
||||
--- |
|
||||
|
|
||||
# FastAPI Leute |
|
||||
|
|
||||
FastAPI hat eine großartige Gemeinschaft, die Menschen mit unterschiedlichstem Hintergrund willkommen heißt. |
|
||||
|
|
||||
## Erfinder - Betreuer |
|
||||
|
|
||||
Hey! 👋 |
|
||||
|
|
||||
Das bin ich: |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.maintainers %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Answers: {{ user.answers }}</div><div class="count">Pull Requests: {{ user.prs }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
Ich bin der Erfinder und Betreuer von **FastAPI**. Sie können mehr darüber in [FastAPI helfen – Hilfe erhalten – Mit dem Autor vernetzen](help-fastapi.md#mit-dem-autor-vernetzen){.internal-link target=_blank} erfahren. |
|
||||
|
|
||||
... Aber hier möchte ich Ihnen die Gemeinschaft vorstellen. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**FastAPI** erhält eine Menge Unterstützung aus der Gemeinschaft. Und ich möchte ihre Beiträge hervorheben. |
|
||||
|
|
||||
Das sind die Menschen, die: |
|
||||
|
|
||||
* [Anderen bei Fragen auf GitHub helfen](help-fastapi.md#anderen-bei-fragen-auf-github-helfen){.internal-link target=_blank}. |
|
||||
* [<abbr title='Pull Request – „Zieh-Anfrage“: Geänderten Quellcode senden, mit dem Vorschlag, ihn mit dem aktuellen Quellcode zu verschmelzen'>Pull Requests</abbr> erstellen](help-fastapi.md#einen-pull-request-erstellen){.internal-link target=_blank}. |
|
||||
* Pull Requests überprüfen (Review), [besonders wichtig für Übersetzungen](contributing.md#ubersetzungen){.internal-link target=_blank}. |
|
||||
|
|
||||
Eine Runde Applaus für sie. 👏 🙇 |
|
||||
|
|
||||
## Aktivste Benutzer im letzten Monat |
|
||||
|
|
||||
Hier die Benutzer, die im letzten Monat am meisten [anderen mit Fragen auf Github](help-fastapi.md#anderen-bei-fragen-auf-github-helfen){.internal-link target=_blank} geholfen haben. ☕ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.last_month_active %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Fragen beantwortet: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Experten |
|
||||
|
|
||||
Hier die **FastAPI-Experten**. 🤓 |
|
||||
|
|
||||
Das sind die Benutzer, die *insgesamt* [anderen am meisten mit Fragen auf GitHub geholfen haben](help-fastapi.md#anderen-bei-fragen-auf-github-helfen){.internal-link target=_blank}. |
|
||||
|
|
||||
Sie haben bewiesen, dass sie Experten sind, weil sie vielen anderen geholfen haben. ✨ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.experts %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Fragen beantwortet: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Top-Mitwirkende |
|
||||
|
|
||||
Hier sind die **Top-Mitwirkenden**. 👷 |
|
||||
|
|
||||
Diese Benutzer haben [die meisten Pull Requests erstellt](help-fastapi.md#einen-pull-request-erstellen){.internal-link target=_blank} welche *<abbr title="Mergen – Zusammenführen: Unterschiedliche Versionen eines Quellcodes zusammenführen">gemerged</abbr>* wurden. |
|
||||
|
|
||||
Sie haben Quellcode, Dokumentation, Übersetzungen, usw. beigesteuert. 📦 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_contributors %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Pull Requests: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
Es gibt viele andere Mitwirkende (mehr als hundert), Sie können sie alle auf der <a href="https://github.com/fastapi/fastapi/graphs/contributors" class="external-link" target="_blank">FastAPI GitHub Contributors-Seite</a> sehen. 👷 |
|
||||
|
|
||||
## Top-Rezensenten |
|
||||
|
|
||||
Diese Benutzer sind die **Top-Rezensenten**. 🕵️ |
|
||||
|
|
||||
### Rezensionen für Übersetzungen |
|
||||
|
|
||||
Ich spreche nur ein paar Sprachen (und nicht sehr gut 😅). Daher bestätigen Reviewer [**Übersetzungen der Dokumentation**](contributing.md#ubersetzungen){.internal-link target=_blank}. Ohne sie gäbe es keine Dokumentation in mehreren anderen Sprachen. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
Die **Top-Reviewer** 🕵️ haben die meisten Pull Requests von anderen überprüft und stellen die Qualität des Codes, der Dokumentation und insbesondere der **Übersetzungen** sicher. |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_reviewers %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Reviews: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Sponsoren |
|
||||
|
|
||||
Dies sind die **Sponsoren**. 😎 |
|
||||
|
|
||||
Sie unterstützen meine Arbeit an **FastAPI** (und andere), hauptsächlich durch <a href="https://github.com/sponsors/tiangolo" class="external-link" target="_blank">GitHub-Sponsoren</a>. |
|
||||
|
|
||||
### Gold Sponsoren |
|
||||
|
|
||||
{% if sponsors %} |
|
||||
{% for sponsor in sponsors.gold -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
### Silber Sponsoren |
|
||||
|
|
||||
{% if sponsors %} |
|
||||
{% for sponsor in sponsors.silver -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if people %} |
|
||||
{% if people.sponsors_50 %} |
|
||||
|
|
||||
### Bronze Sponsoren |
|
||||
|
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.sponsors_50 %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
|
|
||||
{% endif %} |
|
||||
{% endif %} |
|
||||
|
|
||||
### Individuelle Sponsoren |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.sponsors %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Über diese Daten - technische Details |
|
||||
|
|
||||
Der Hauptzweck dieser Seite ist es zu zeigen, wie die Gemeinschaft anderen hilft. |
|
||||
|
|
||||
Das beinhaltet auch Hilfe, die normalerweise weniger sichtbar und in vielen Fällen mühsamer ist, wie, anderen bei Problemen zu helfen und Pull Requests mit Übersetzungen zu überprüfen. |
|
||||
|
|
||||
Diese Daten werden jeden Monat berechnet, Sie können den <a href="https://github.com/fastapi/fastapi/blob/master/.github/actions/people/app/main.py" class="external-link" target="_blank">Quellcode hier lesen</a>. |
|
||||
|
|
||||
Hier weise ich auch auf Beiträge von Sponsoren hin. |
|
||||
|
|
||||
Ich behalte mir auch das Recht vor, den Algorithmus, die Abschnitte, die Schwellenwerte usw. zu aktualisieren (nur für den Fall 🤷). |
|
@ -1,183 +0,0 @@ |
|||||
--- |
|
||||
hide: |
|
||||
- navigation |
|
||||
--- |
|
||||
|
|
||||
# FastAPI 👫👫 |
|
||||
|
|
||||
FastAPI ✔️ 🎆 👪 👈 🙋 👫👫 ⚪️➡️ 🌐 🖥. |
|
||||
|
|
||||
## 👼 - 🐛 |
|
||||
|
|
||||
🙋 ❗ 👶 |
|
||||
|
|
||||
👉 👤: |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.maintainers %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">❔: {{ user.answers }}</div><div class="count">🚲 📨: {{ user.prs }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
👤 👼 & 🐛 **FastAPI**. 👆 💪 ✍ 🌅 🔃 👈 [ℹ FastAPI - 🤚 ℹ - 🔗 ⏮️ 📕](help-fastapi.md#_3){.internal-link target=_blank}. |
|
||||
|
|
||||
...✋️ 📥 👤 💚 🎦 👆 👪. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**FastAPI** 📨 📚 🐕🦺 ⚪️➡️ 👪. & 👤 💚 🎦 👫 💰. |
|
||||
|
|
||||
👫 👫👫 👈: |
|
||||
|
|
||||
* [ℹ 🎏 ⏮️ ❔ 📂](help-fastapi.md#i){.internal-link target=_blank}. |
|
||||
* [✍ 🚲 📨](help-fastapi.md#_15){.internal-link target=_blank}. |
|
||||
* 📄 🚲 📨, [✴️ ⚠ ✍](contributing.md#_9){.internal-link target=_blank}. |
|
||||
|
|
||||
👏 👫. 👶 👶 |
|
||||
|
|
||||
## 🌅 🦁 👩💻 🏁 🗓️ |
|
||||
|
|
||||
👫 👩💻 👈 ✔️ [🤝 🎏 🏆 ⏮️ ❔ 📂](help-fastapi.md#i){.internal-link target=_blank} ⏮️ 🏁 🗓️. 👶 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.last_month_experts[:10] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">❔ 📨: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## 🕴 |
|
||||
|
|
||||
📥 **FastAPI 🕴**. 👶 |
|
||||
|
|
||||
👫 👩💻 👈 ✔️ [ℹ 🎏 🏆 ⏮️ ❔ 📂](help-fastapi.md#i){.internal-link target=_blank} 🔘 *🌐 🕰*. |
|
||||
|
|
||||
👫 ✔️ 🎦 🕴 🤝 📚 🎏. 👶 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.experts[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">❔ 📨: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## 🔝 👨🔬 |
|
||||
|
|
||||
📥 **🔝 👨🔬**. 👶 |
|
||||
|
|
||||
👉 👩💻 ✔️ [✍ 🏆 🚲 📨](help-fastapi.md#_15){.internal-link target=_blank} 👈 ✔️ *🔗*. |
|
||||
|
|
||||
👫 ✔️ 📉 ℹ 📟, 🧾, ✍, ♒️. 👶 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_contributors[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">🚲 📨: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
📤 📚 🎏 👨🔬 (🌅 🌘 💯), 👆 💪 👀 👫 🌐 <a href="https://github.com/fastapi/fastapi/graphs/contributors" class="external-link" target="_blank">FastAPI 📂 👨🔬 📃</a>. 👶 |
|
||||
|
|
||||
## 🔝 👨🔬 |
|
||||
|
|
||||
👫 👩💻 **🔝 👨🔬**. 👶 👶 |
|
||||
|
|
||||
### 📄 ✍ |
|
||||
|
|
||||
👤 🕴 💬 👩❤👨 🇪🇸 (& 🚫 📶 👍 👶). , 👨🔬 🕐 👈 ✔️ [**🏋️ ✔ ✍**](contributing.md#_9){.internal-link target=_blank} 🧾. 🍵 👫, 📤 🚫🔜 🧾 📚 🎏 🇪🇸. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**🔝 👨🔬** 👶 👶 ✔️ 📄 🏆 🚲 📨 ⚪️➡️ 🎏, 🚚 🔆 📟, 🧾, & ✴️, **✍**. |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_translations_reviewers[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">📄: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## 💰 |
|
||||
|
|
||||
👫 **💰**. 👶 |
|
||||
|
|
||||
👫 🔗 👇 👷 ⏮️ **FastAPI** (& 🎏), ✴️ 🔘 <a href="https://github.com/sponsors/tiangolo" class="external-link" target="_blank">📂 💰</a>. |
|
||||
|
|
||||
{% if sponsors %} |
|
||||
|
|
||||
{% if sponsors.gold %} |
|
||||
|
|
||||
### 🌟 💰 |
|
||||
|
|
||||
{% for sponsor in sponsors.gold -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.silver %} |
|
||||
|
|
||||
### 🥇1st 💰 |
|
||||
|
|
||||
{% for sponsor in sponsors.silver -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.bronze %} |
|
||||
|
|
||||
### 🥈2nd 💰 |
|
||||
|
|
||||
{% for sponsor in sponsors.bronze -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% endif %} |
|
||||
|
|
||||
### 🎯 💰 |
|
||||
|
|
||||
{% if github_sponsors %} |
|
||||
{% for group in github_sponsors.sponsors %} |
|
||||
|
|
||||
<div class="user-list user-list-center"> |
|
||||
|
|
||||
{% for user in group %} |
|
||||
{% if user.login not in sponsors_badge.logins %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a></div> |
|
||||
|
|
||||
{% endif %} |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
|
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
## 🔃 📊 - 📡 ℹ |
|
||||
|
|
||||
👑 🎯 👉 📃 🎦 🎯 👪 ℹ 🎏. |
|
||||
|
|
||||
✴️ ✅ 🎯 👈 🛎 🌘 ⭐, & 📚 💼 🌅 😩, 💖 🤝 🎏 ⏮️ ❔ & ⚖ 🚲 📨 ⏮️ ✍. |
|
||||
|
|
||||
💽 ⚖ 🔠 🗓️, 👆 💪 ✍ <a href="https://github.com/fastapi/fastapi/blob/master/.github/actions/people/app/main.py" class="external-link" target="_blank">ℹ 📟 📥</a>. |
|
||||
|
|
||||
📥 👤 🎦 💰 ⚪️➡️ 💰. |
|
||||
|
|
||||
👤 🏦 ▶️️ ℹ 📊, 📄, ⚡, ♒️ (💼 🤷). |
|
@ -1,19 +1,19 @@ |
|||||
members: |
members: |
||||
- login: tiangolo |
- login: tiangolo |
||||
avatar_url: https://github.com/tiangolo.png |
avatar_url: https://avatars.githubusercontent.com/u/1326112 |
||||
url: https://github.com/tiangolo |
url: https://github.com/tiangolo |
||||
- login: Kludex |
- login: Kludex |
||||
avatar_url: https://github.com/Kludex.png |
avatar_url: https://avatars.githubusercontent.com/u/7353520 |
||||
url: https://github.com/Kludex |
url: https://github.com/Kludex |
||||
- login: alejsdev |
- login: alejsdev |
||||
avatar_url: https://github.com/alejsdev.png |
avatar_url: https://avatars.githubusercontent.com/u/90076947 |
||||
url: https://github.com/alejsdev |
url: https://github.com/alejsdev |
||||
- login: svlandeg |
- login: svlandeg |
||||
avatar_url: https://github.com/svlandeg.png |
avatar_url: https://avatars.githubusercontent.com/u/8796347 |
||||
url: https://github.com/svlandeg |
url: https://github.com/svlandeg |
||||
- login: estebanx64 |
- login: estebanx64 |
||||
avatar_url: https://github.com/estebanx64.png |
avatar_url: https://avatars.githubusercontent.com/u/10840422 |
||||
url: https://github.com/estebanx64 |
url: https://github.com/estebanx64 |
||||
- login: patrick91 |
- login: patrick91 |
||||
avatar_url: https://github.com/patrick91.png |
avatar_url: https://avatars.githubusercontent.com/u/667029 |
||||
url: https://github.com/patrick91 |
url: https://github.com/patrick91 |
||||
|
@ -1,180 +0,0 @@ |
|||||
--- |
|
||||
hide: |
|
||||
- navigation |
|
||||
--- |
|
||||
|
|
||||
# La communauté FastAPI |
|
||||
|
|
||||
FastAPI a une communauté extraordinaire qui accueille des personnes de tous horizons. |
|
||||
|
|
||||
## Créateur - Mainteneur |
|
||||
|
|
||||
Salut! 👋 |
|
||||
|
|
||||
C'est moi : |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.maintainers %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Réponses: {{ user.answers }}</div><div class="count">Pull Requests: {{ user.prs }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
Je suis le créateur et le responsable de **FastAPI**. Vous pouvez en lire plus à ce sujet dans [Aide FastAPI - Obtenir de l'aide - Se rapprocher de l'auteur](help-fastapi.md#se-rapprocher-de-lauteur){.internal-link target=_blank}. |
|
||||
|
|
||||
...Mais ici, je veux vous montrer la communauté. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**FastAPI** reçoit beaucoup de soutien de la part de la communauté. Et je tiens à souligner leurs contributions. |
|
||||
|
|
||||
Ce sont ces personnes qui : |
|
||||
|
|
||||
* [Aident les autres à résoudre des problèmes (questions) dans GitHub](help-fastapi.md#aider-les-autres-a-resoudre-les-problemes-dans-github){.internal-link target=_blank}. |
|
||||
* [Créent des Pull Requests](help-fastapi.md#creer-une-pull-request){.internal-link target=_blank}. |
|
||||
* Review les Pull Requests, [particulièrement important pour les traductions](contributing.md#traductions){.internal-link target=_blank}. |
|
||||
|
|
||||
Une salve d'applaudissements pour eux. 👏 🙇 |
|
||||
|
|
||||
## Utilisateurs les plus actifs le mois dernier |
|
||||
|
|
||||
Ce sont les utilisateurs qui ont [aidé le plus les autres avec des problèmes (questions) dans GitHub](help-fastapi.md#aider-les-autres-a-resoudre-les-problemes-dans-github){.internal-link target=_blank} au cours du dernier mois. ☕ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.last_month_experts[:10] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Questions répondues: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Experts |
|
||||
|
|
||||
Voici les **Experts FastAPI**. 🤓 |
|
||||
|
|
||||
Ce sont les utilisateurs qui ont [aidé le plus les autres avec des problèmes (questions) dans GitHub](help-fastapi.md#aider-les-autres-a-resoudre-les-problemes-dans-github){.internal-link target=_blank} depuis *toujours*. |
|
||||
|
|
||||
Ils ont prouvé qu'ils étaient des experts en aidant beaucoup d'autres personnes. ✨ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.experts[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Questions répondues: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Principaux contributeurs |
|
||||
|
|
||||
Ces utilisateurs sont les **Principaux contributeurs**. 👷 |
|
||||
|
|
||||
Ces utilisateurs ont [créé le plus grand nombre de demandes Pull Request](help-fastapi.md#creer-une-pull-request){.internal-link target=_blank} qui ont été *merged*. |
|
||||
|
|
||||
Ils ont contribué au code source, à la documentation, aux traductions, etc. 📦 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_contributors[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Pull Requests: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
Il existe de nombreux autres contributeurs (plus d'une centaine), vous pouvez les voir tous dans la <a href="https://github.com/fastapi/fastapi/graphs/contributors" class="external-link" target="_blank">Page des contributeurs de FastAPI GitHub</a>. 👷 |
|
||||
|
|
||||
## Principaux Reviewers |
|
||||
|
|
||||
Ces utilisateurs sont les **Principaux Reviewers**. 🕵️ |
|
||||
|
|
||||
### Reviewers des traductions |
|
||||
|
|
||||
Je ne parle que quelques langues (et pas très bien 😅). Ainsi, les reviewers sont ceux qui ont le [**pouvoir d'approuver les traductions**](contributing.md#traductions){.internal-link target=_blank} de la documentation. Sans eux, il n'y aurait pas de documentation dans plusieurs autres langues. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
Les **Principaux Reviewers** 🕵️ ont examiné le plus grand nombre de demandes Pull Request des autres, assurant la qualité du code, de la documentation, et surtout, des **traductions**. |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_translations_reviewers[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Reviews: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Sponsors |
|
||||
|
|
||||
Ce sont les **Sponsors**. 😎 |
|
||||
|
|
||||
Ils soutiennent mon travail avec **FastAPI** (et d'autres) avec <a href="https://github.com/sponsors/tiangolo" class="external-link" target="_blank">GitHub Sponsors</a>. |
|
||||
|
|
||||
{% if sponsors %} |
|
||||
|
|
||||
{% if sponsors.gold %} |
|
||||
|
|
||||
### Gold Sponsors |
|
||||
|
|
||||
{% for sponsor in sponsors.gold -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.silver %} |
|
||||
|
|
||||
### Silver Sponsors |
|
||||
|
|
||||
{% for sponsor in sponsors.silver -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.bronze %} |
|
||||
|
|
||||
### Bronze Sponsors |
|
||||
|
|
||||
{% for sponsor in sponsors.bronze -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% endif %} |
|
||||
### Individual Sponsors |
|
||||
|
|
||||
{% if github_sponsors %} |
|
||||
{% for group in github_sponsors.sponsors %} |
|
||||
|
|
||||
<div class="user-list user-list-center"> |
|
||||
|
|
||||
{% for user in group %} |
|
||||
{% if user.login not in sponsors_badge.logins %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a></div> |
|
||||
|
|
||||
{% endif %} |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
|
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
## À propos des données - détails techniques |
|
||||
|
|
||||
L'intention de cette page est de souligner l'effort de la communauté pour aider les autres. |
|
||||
|
|
||||
Notamment en incluant des efforts qui sont normalement moins visibles, et, dans de nombreux cas, plus difficile, comme aider d'autres personnes à résoudre des problèmes et examiner les Pull Requests de traduction. |
|
||||
|
|
||||
Les données sont calculées chaque mois, vous pouvez lire le <a href="https://github.com/fastapi/fastapi/blob/master/.github/actions/people/app/main.py" class="external-link" target="_blank">code source ici</a>. |
|
||||
|
|
||||
Je me réserve également le droit de mettre à jour l'algorithme, les sections, les seuils, etc. (juste au cas où 🤷). |
|
@ -1,184 +0,0 @@ |
|||||
--- |
|
||||
hide: |
|
||||
- navigation |
|
||||
--- |
|
||||
|
|
||||
# FastAPI People |
|
||||
|
|
||||
FastAPIには、様々なバックグラウンドの人々を歓迎する素晴らしいコミュニティがあります。 |
|
||||
|
|
||||
## Creator - Maintainer |
|
||||
|
|
||||
こんにちは! 👋 |
|
||||
|
|
||||
これが私です: |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.maintainers %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Answers: {{ user.answers }}</div><div class="count">Pull Requests: {{ user.prs }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
|
|
||||
{% endif %} |
|
||||
|
|
||||
私は **FastAPI** の作成者および Maintainer です。詳しくは [FastAPIを応援 - ヘルプの入手 - 開発者とつながる](help-fastapi.md#_1){.internal-link target=_blank} に記載しています。 |
|
||||
|
|
||||
...ところで、ここではコミュニティを紹介したいと思います。 |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**FastAPI** は、コミュニティから多くのサポートを受けています。そこで、彼らの貢献にスポットライトを当てたいと思います。 |
|
||||
|
|
||||
紹介するのは次のような人々です: |
|
||||
|
|
||||
* [GitHub issuesで他の人を助ける](help-fastapi.md#github-issues){.internal-link target=_blank}。 |
|
||||
* [プルリクエストをする](help-fastapi.md#create-a-pull-request){.internal-link target=_blank}。 |
|
||||
* プルリクエストのレビューをする ([特に翻訳に重要](contributing.md#_8){.internal-link target=_blank})。 |
|
||||
|
|
||||
彼らに大きな拍手を。👏 🙇 |
|
||||
|
|
||||
## 先月最もアクティブだったユーザー |
|
||||
|
|
||||
彼らは、先月の[GitHub issuesで最も多くの人を助けた](help-fastapi.md#github-issues){.internal-link target=_blank}ユーザーです。☕ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.last_month_experts[:10] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Issues replied: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Experts |
|
||||
|
|
||||
**FastAPI experts** を紹介します。🤓 |
|
||||
|
|
||||
彼らは、*これまでに* [GitHub issuesで最も多くの人を助けた](help-fastapi.md#github-issues){.internal-link target=_blank}ユーザーです。 |
|
||||
|
|
||||
多くの人を助けることでexpertsであると示されています。✨ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.experts[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Issues replied: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Top Contributors |
|
||||
|
|
||||
**Top Contributors** を紹介します。👷 |
|
||||
|
|
||||
彼らは、*マージされた* [最も多くのプルリクエストを作成した](help-fastapi.md#create-a-pull-request){.internal-link target=_blank}ユーザーです。 |
|
||||
|
|
||||
ソースコード、ドキュメント、翻訳などに貢献してくれました。📦 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_contributors[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Pull Requests: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
他にもたくさん (100人以上) の contributors がいます。<a href="https://github.com/fastapi/fastapi/graphs/contributors" class="external-link" target="_blank">FastAPI GitHub Contributors ページ</a>ですべての contributors を確認できます。👷 |
|
||||
|
|
||||
## Top Reviewers |
|
||||
|
|
||||
以下のユーザーは **Top Reviewers** です。🕵️ |
|
||||
|
|
||||
### 翻訳のレビュー |
|
||||
|
|
||||
私は少しの言語しか話せません (もしくはあまり上手ではありません😅)。したがって、reviewers は、ドキュメントの[**翻訳を承認する権限**](contributing.md#_8){.internal-link target=_blank}を持っています。それらがなければ、いくつかの言語のドキュメントはなかったでしょう。 |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**Top Reviewers** 🕵️は、他の人からのプルリクエストのほとんどをレビューし、コード、ドキュメント、特に**翻訳**の品質を保証しています。 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_translations_reviewers[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Reviews: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Sponsors |
|
||||
|
|
||||
**Sponsors** を紹介します。😎 |
|
||||
|
|
||||
彼らは、<a href="https://github.com/sponsors/tiangolo" class="external-link" target="_blank">GitHub Sponsors</a> を介して私の **FastAPI** などに関する活動を支援してくれています。 |
|
||||
|
|
||||
{% if sponsors %} |
|
||||
|
|
||||
{% if sponsors.gold %} |
|
||||
|
|
||||
### Gold Sponsors |
|
||||
|
|
||||
{% for sponsor in sponsors.gold -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.silver %} |
|
||||
|
|
||||
### Silver Sponsors |
|
||||
|
|
||||
{% for sponsor in sponsors.silver -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.bronze %} |
|
||||
|
|
||||
### Bronze Sponsors |
|
||||
|
|
||||
{% for sponsor in sponsors.bronze -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% endif %} |
|
||||
|
|
||||
### Individual Sponsors |
|
||||
|
|
||||
{% if github_sponsors %} |
|
||||
{% for group in github_sponsors.sponsors %} |
|
||||
|
|
||||
<div class="user-list user-list-center"> |
|
||||
|
|
||||
{% for user in group %} |
|
||||
{% if user.login not in sponsors_badge.logins %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a></div> |
|
||||
|
|
||||
{% endif %} |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
|
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
## データについて - 技術詳細 |
|
||||
|
|
||||
このページの目的は、他の人を助けるためのコミュニティの努力にスポットライトを当てるためです。 |
|
||||
|
|
||||
特に、他の人の issues を支援したり、翻訳のプルリクエストを確認したりするなど、通常は目立たず、多くの場合、より困難な作業を含みます。 |
|
||||
|
|
||||
データは毎月集計されます。<a href="https://github.com/fastapi/fastapi/blob/master/.github/actions/people/app/main.py" class="external-link" target="_blank">ソースコードはこちら</a>で確認できます。 |
|
||||
|
|
||||
ここでは、スポンサーの貢献も強調しています。 |
|
||||
|
|
||||
アルゴリズム、セクション、閾値などは更新されるかもしれません (念のために 🤷)。 |
|
@ -1,178 +0,0 @@ |
|||||
# Ludzie FastAPI |
|
||||
|
|
||||
FastAPI posiada wspaniałą społeczność, która jest otwarta dla ludzi z każdego środowiska. |
|
||||
|
|
||||
## Twórca - Opienik |
|
||||
|
|
||||
Cześć! 👋 |
|
||||
|
|
||||
To ja: |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.maintainers %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Liczba odpowiedzi: {{ user.answers }}</div><div class="count">Pull Requesty: {{ user.prs }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
Jestem twórcą i opiekunem **FastAPI**. Możesz przeczytać więcej na ten temat w [Pomoc FastAPI - Uzyskaj pomoc - Skontaktuj się z autorem](help-fastapi.md#connect-with-the-author){.internal-link target=_blank}. |
|
||||
|
|
||||
...Ale tutaj chcę pokazać Ci społeczność. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**FastAPI** otrzymuje wiele wsparcia od społeczności. Chciałbym podkreślić ich wkład. |
|
||||
|
|
||||
To są ludzie, którzy: |
|
||||
|
|
||||
* [Pomagają innym z pytaniami na GitHub](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank}. |
|
||||
* [Tworzą Pull Requesty](help-fastapi.md#create-a-pull-request){.internal-link target=_blank}. |
|
||||
* Oceniają Pull Requesty, [to szczególnie ważne dla tłumaczeń](contributing.md#translations){.internal-link target=_blank}. |
|
||||
|
|
||||
Proszę o brawa dla nich. 👏 🙇 |
|
||||
|
|
||||
## Najaktywniejsi użytkownicy w zeszłym miesiącu |
|
||||
|
|
||||
Oto niektórzy użytkownicy, którzy [pomagali innym w największej liczbie pytań na GitHubie](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank} podczas ostatniego miesiąca. ☕ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.last_month_active %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Udzielonych odpowiedzi: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Eksperci |
|
||||
|
|
||||
Oto **eksperci FastAPI**. 🤓 |
|
||||
|
|
||||
To użytkownicy, którzy [pomogli innym z największa liczbą pytań na GitHubie](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank} od *samego początku*. |
|
||||
|
|
||||
Poprzez pomoc wielu innym, udowodnili, że są ekspertami. ✨ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.experts %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Udzielonych odpowiedzi: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Najlepsi Kontrybutorzy |
|
||||
|
|
||||
Oto **Najlepsi Kontrybutorzy**. 👷 |
|
||||
|
|
||||
Ci użytkownicy [stworzyli najwięcej Pull Requestów](help-fastapi.md#create-a-pull-request){.internal-link target=_blank}, które zostały *wcalone*. |
|
||||
|
|
||||
Współtworzyli kod źródłowy, dokumentację, tłumaczenia itp. 📦 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_contributors %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Pull Requesty: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
Jest wielu więcej kontrybutorów (ponad setka), możesz zobaczyć ich wszystkich na stronie <a href="https://github.com/fastapi/fastapi/graphs/contributors" class="external-link" target="_blank">Kontrybutorzy FastAPI na GitHub</a>. 👷 |
|
||||
|
|
||||
## Najlepsi Oceniajacy |
|
||||
|
|
||||
Ci uzytkownicy są **Najlepszymi oceniającymi**. 🕵️ |
|
||||
|
|
||||
### Oceny Tłumaczeń |
|
||||
|
|
||||
Ja mówię tylko kilkoma językami (i to niezbyt dobrze 😅). Zatem oceniający są tymi, którzy mają [**moc zatwierdzania tłumaczeń**](contributing.md#translations){.internal-link target=_blank} dokumentacji. Bez nich nie byłoby dokumentacji w kilku innych językach. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**Najlepsi Oceniający** 🕵️ przejrzeli więcej Pull Requestów, niż inni, zapewniając jakość kodu, dokumentacji, a zwłaszcza **tłumaczeń**. |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_reviewers %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Liczba ocen: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Sponsorzy |
|
||||
|
|
||||
Oto **Sponsorzy**. 😎 |
|
||||
|
|
||||
Wspierają moją pracę nad **FastAPI** (i innymi), głównie poprzez <a href="https://github.com/sponsors/tiangolo" class="external-link" target="_blank">GitHub Sponsors</a>. |
|
||||
|
|
||||
{% if sponsors %} |
|
||||
|
|
||||
{% if sponsors.gold %} |
|
||||
|
|
||||
### Złoci Sponsorzy |
|
||||
|
|
||||
{% for sponsor in sponsors.gold -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.silver %} |
|
||||
|
|
||||
### Srebrni Sponsorzy |
|
||||
|
|
||||
{% for sponsor in sponsors.silver -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.bronze %} |
|
||||
|
|
||||
### Brązowi Sponsorzy |
|
||||
|
|
||||
{% for sponsor in sponsors.bronze -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% endif %} |
|
||||
|
|
||||
### Indywidualni Sponsorzy |
|
||||
|
|
||||
{% if github_sponsors %} |
|
||||
{% for group in github_sponsors.sponsors %} |
|
||||
|
|
||||
<div class="user-list user-list-center"> |
|
||||
|
|
||||
{% for user in group %} |
|
||||
{% if user.login not in sponsors_badge.logins %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a></div> |
|
||||
|
|
||||
{% endif %} |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
|
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
## Techniczne szczegóły danych |
|
||||
|
|
||||
Głównym celem tej strony jest podkreślenie wysiłku społeczności w pomaganiu innym. |
|
||||
|
|
||||
Szczególnie włączając wysiłki, które są zwykle mniej widoczne, a w wielu przypadkach bardziej żmudne, tak jak pomaganie innym z pytaniami i ocenianie Pull Requestów z tłumaczeniami. |
|
||||
|
|
||||
Dane są obliczane każdego miesiąca, możesz przeczytać <a href="https://github.com/fastapi/fastapi/blob/master/.github/actions/people/app/main.py" class="external-link" target="_blank">kod źródłowy tutaj</a>. |
|
||||
|
|
||||
Tutaj również podkreślam wkład od sponsorów. |
|
||||
|
|
||||
Zastrzegam sobie prawo do aktualizacji algorytmu, sekcji, progów itp. (na wszelki wypadek 🤷). |
|
@ -1,183 +0,0 @@ |
|||||
--- |
|
||||
hide: |
|
||||
- navigation |
|
||||
--- |
|
||||
|
|
||||
# Pessoas do FastAPI |
|
||||
|
|
||||
FastAPI possue uma comunidade incrível que recebe pessoas de todos os níveis. |
|
||||
|
|
||||
## Criador - Mantenedor |
|
||||
|
|
||||
Ei! 👋 |
|
||||
|
|
||||
Este sou eu: |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.maintainers %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Respostas: {{ user.answers }}</div><div class="count">Pull Requests: {{ user.prs }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
Eu sou o criador e mantenedor do **FastAPI**. Você pode ler mais sobre isso em [Help FastAPI - Get Help - Connect with the author](help-fastapi.md#conect-se-com-o-autor){.internal-link target=_blank}. |
|
||||
|
|
||||
...Mas aqui eu quero mostrar a você a comunidade. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**FastAPI** recebe muito suporte da comunidade. E quero destacar suas contribuições. |
|
||||
|
|
||||
Estas são as pessoas que: |
|
||||
|
|
||||
* [Help others with issues (questions) in GitHub](help-fastapi.md#responda-perguntas-no-github){.internal-link target=_blank}. |
|
||||
* [Create Pull Requests](help-fastapi.md#crie-um-pull-request){.internal-link target=_blank}. |
|
||||
* Revisar Pull Requests, [especially important for translations](contributing.md#traducoes){.internal-link target=_blank}. |
|
||||
|
|
||||
Uma salva de palmas para eles. 👏 🙇 |
|
||||
|
|
||||
## Usuários mais ativos do ultimo mês |
|
||||
|
|
||||
Estes são os usuários que estão [helping others the most with issues (questions) in GitHub](help-fastapi.md#responda-perguntas-no-github){.internal-link target=_blank} durante o ultimo mês. ☕ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.last_month_experts[:10] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Issues respondidas: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Especialistas |
|
||||
|
|
||||
Aqui está os **Especialistas do FastAPI**. 🤓 |
|
||||
|
|
||||
|
|
||||
Estes são os usuários que [helped others the most with issues (questions) in GitHub](help-fastapi.md#responda-perguntas-no-github){.internal-link target=_blank} em *todo o tempo*. |
|
||||
|
|
||||
Eles provaram ser especialistas ajudando muitos outros. ✨ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.experts[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Issues respondidas: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Top Contribuidores |
|
||||
|
|
||||
Aqui está os **Top Contribuidores**. 👷 |
|
||||
|
|
||||
Esses usuários têm [created the most Pull Requests](help-fastapi.md#crie-um-pull-request){.internal-link target=_blank} que tem sido *mergeado*. |
|
||||
|
|
||||
Eles contribuíram com o código-fonte, documentação, traduções, etc. 📦 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_contributors[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Pull Requests: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
Existem muitos outros contribuidores (mais de uma centena), você pode ver todos eles em <a href="https://github.com/fastapi/fastapi/graphs/contributors" class="external-link" target="_blank">Página de Contribuidores do FastAPI no GitHub</a>. 👷 |
|
||||
|
|
||||
## Top Revisores |
|
||||
|
|
||||
Esses usuários são os **Top Revisores**. 🕵️ |
|
||||
|
|
||||
### Revisões para Traduções |
|
||||
|
|
||||
Eu só falo algumas línguas (e não muito bem 😅). Então, os revisores são aqueles que têm o [**poder de aprovar traduções**](contributing.md#traducoes){.internal-link target=_blank} da documentação. Sem eles, não haveria documentação em vários outros idiomas. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
Os **Top Revisores** 🕵️ revisaram a maior parte de Pull Requests de outros, garantindo a qualidade do código, documentação, e especialmente, as **traduções**. |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_translations_reviewers[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Revisões: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Patrocinadores |
|
||||
|
|
||||
Esses são os **Patrocinadores**. 😎 |
|
||||
|
|
||||
Eles estão apoiando meu trabalho **FastAPI** (e outros), principalmente através de <a href="https://github.com/sponsors/tiangolo" class="external-link" target="_blank">GitHub Sponsors</a>. |
|
||||
|
|
||||
{% if sponsors %} |
|
||||
{% if sponsors.gold %} |
|
||||
|
|
||||
### Patrocinadores Ouro |
|
||||
|
|
||||
{% for sponsor in sponsors.gold -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.silver %} |
|
||||
|
|
||||
### Patrocinadores Prata |
|
||||
|
|
||||
{% for sponsor in sponsors.silver -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.bronze %} |
|
||||
|
|
||||
### Patrocinadores Bronze |
|
||||
|
|
||||
{% for sponsor in sponsors.bronze -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
### Patrocinadores Individuais |
|
||||
|
|
||||
{% if github_sponsors %} |
|
||||
{% for group in github_sponsors.sponsors %} |
|
||||
|
|
||||
<div class="user-list user-list-center"> |
|
||||
|
|
||||
{% for user in group %} |
|
||||
{% if user.login not in sponsors_badge.logins %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a></div> |
|
||||
|
|
||||
{% endif %} |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
|
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% endif %} |
|
||||
|
|
||||
## Sobre os dados - detalhes técnicos |
|
||||
|
|
||||
A principal intenção desta página é destacar o esforço da comunidade para ajudar os outros. |
|
||||
|
|
||||
Especialmente incluindo esforços que normalmente são menos visíveis, e em muitos casos mais árduo, como ajudar os outros com issues e revisando Pull Requests com traduções. |
|
||||
|
|
||||
Os dados são calculados todo mês, você pode ler o <a href="https://github.com/fastapi/fastapi/blob/master/.github/actions/people/app/main.py" class="external-link" target="_blank">código fonte aqui</a>. |
|
||||
|
|
||||
Aqui também estou destacando contribuições de patrocinadores. |
|
||||
|
|
||||
Eu também me reservo o direito de atualizar o algoritmo, seções, limites, etc (só para prevenir 🤷). |
|
@ -1,184 +0,0 @@ |
|||||
--- |
|
||||
hide: |
|
||||
- navigation |
|
||||
--- |
|
||||
|
|
||||
# Люди, поддерживающие FastAPI |
|
||||
|
|
||||
У FastAPI замечательное сообщество, которое доброжелательно к людям с любым уровнем знаний. |
|
||||
|
|
||||
## Создатель и хранитель |
|
||||
|
|
||||
Хай! 👋 |
|
||||
|
|
||||
Это я: |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.maintainers %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Answers: {{ user.answers }}</div><div class="count">Pull Requests: {{ user.prs }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
Я создал и продолжаю поддерживать **FastAPI**. Узнать обо мне больше можно тут [Помочь FastAPI - Получить помощь - Связаться с автором](help-fastapi.md#_2){.internal-link target=_blank}. |
|
||||
|
|
||||
... но на этой странице я хочу показать вам наше сообщество. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**FastAPI** получает огромную поддержку от своего сообщества. И я хочу отметить вклад его участников. |
|
||||
|
|
||||
Это люди, которые: |
|
||||
|
|
||||
* [Помогают другим с их проблемами (вопросами) на GitHub](help-fastapi.md#github_1){.internal-link target=_blank}. |
|
||||
* [Создают пул-реквесты](help-fastapi.md#-_1){.internal-link target=_blank}. |
|
||||
* Делают ревью пул-реквестов, [что особенно важно для переводов на другие языки](contributing.md#_8){.internal-link target=_blank}. |
|
||||
|
|
||||
Поаплодируем им! 👏 🙇 |
|
||||
|
|
||||
## Самые активные участники за прошедший месяц |
|
||||
|
|
||||
Эти участники [оказали наибольшую помощь другим с решением их проблем (вопросов) на GitHub](help-fastapi.md#github_1){.internal-link target=_blank} в течение последнего месяца. ☕ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.last_month_experts[:10] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Issues replied: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Эксперты |
|
||||
|
|
||||
Здесь представлены **Эксперты FastAPI**. 🤓 |
|
||||
|
|
||||
Эти участники [оказали наибольшую помощь другим с решением их проблем (вопросов) на GitHub](help-fastapi.md#github_1){.internal-link target=_blank} за *всё время*. |
|
||||
|
|
||||
Оказывая помощь многим другим, они подтвердили свой уровень знаний. ✨ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.experts[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Issues replied: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Рейтинг участников, внёсших вклад в код |
|
||||
|
|
||||
Здесь представлен **Рейтинг участников, внёсших вклад в код**. 👷 |
|
||||
|
|
||||
Эти люди [сделали наибольшее количество пул-реквестов](help-fastapi.md#-_1){.internal-link target=_blank}, *включённых в основной код*. |
|
||||
|
|
||||
Они сделали наибольший вклад в исходный код, документацию, переводы и т.п. 📦 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_contributors[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Pull Requests: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
На самом деле таких людей довольно много (более сотни), вы можете увидеть всех на этой странице <a href="https://github.com/fastapi/fastapi/graphs/contributors" class="external-link" target="_blank">FastAPI GitHub Contributors page</a>. 👷 |
|
||||
|
|
||||
## Рейтинг ревьюеров |
|
||||
|
|
||||
Здесь представлен **Рейтинг ревьюеров**. 🕵️ |
|
||||
|
|
||||
### Проверки переводов на другие языки |
|
||||
|
|
||||
Я знаю не очень много языков (и не очень хорошо 😅). |
|
||||
Итак, ревьюеры - это люди, которые могут [**подтвердить предложенный вами перевод** документации](contributing.md#_8){.internal-link target=_blank}. Без них не было бы документации на многих языках. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
В **Рейтинге ревьюеров** 🕵️ представлены те, кто проверил наибольшее количество пул-реквестов других участников, обеспечивая качество кода, документации и, особенно, **переводов на другие языки**. |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_translations_reviewers[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Reviews: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Спонсоры |
|
||||
|
|
||||
Здесь представлены **Спонсоры**. 😎 |
|
||||
|
|
||||
Спонсоры поддерживают мою работу над **FastAPI** (и другими проектами) главным образом через <a href="https://github.com/sponsors/tiangolo" class="external-link" target="_blank">GitHub Sponsors</a>. |
|
||||
|
|
||||
{% if sponsors %} |
|
||||
|
|
||||
{% if sponsors.gold %} |
|
||||
|
|
||||
### Золотые спонсоры |
|
||||
|
|
||||
{% for sponsor in sponsors.gold -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.silver %} |
|
||||
|
|
||||
### Серебрянные спонсоры |
|
||||
|
|
||||
{% for sponsor in sponsors.silver -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.bronze %} |
|
||||
|
|
||||
### Бронзовые спонсоры |
|
||||
|
|
||||
{% for sponsor in sponsors.bronze -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% endif %} |
|
||||
|
|
||||
### Индивидуальные спонсоры |
|
||||
|
|
||||
{% if github_sponsors %} |
|
||||
{% for group in github_sponsors.sponsors %} |
|
||||
|
|
||||
<div class="user-list user-list-center"> |
|
||||
|
|
||||
{% for user in group %} |
|
||||
{% if user.login not in sponsors_badge.logins %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a></div> |
|
||||
|
|
||||
{% endif %} |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
|
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
## О данных - технические детали |
|
||||
|
|
||||
Основная цель этой страницы - подчеркнуть усилия сообщества по оказанию помощи другим. |
|
||||
|
|
||||
Особенно это касается усилий, которые обычно менее заметны и во многих случаях более трудоемки, таких как помощь другим в решении проблем и проверка пул-реквестов с переводами. |
|
||||
|
|
||||
Данные рейтинги подсчитываются каждый месяц, ознакомиться с тем, как это работает можно <a href="https://github.com/fastapi/fastapi/blob/master/.github/actions/people/app/main.py" class="external-link" target="_blank">тут</a>. |
|
||||
|
|
||||
Кроме того, я также подчеркиваю вклад спонсоров. |
|
||||
|
|
||||
И я оставляю за собой право обновлять алгоритмы подсчёта, виды рейтингов, пороговые значения и т.д. (так, на всякий случай 🤷). |
|
@ -1,183 +0,0 @@ |
|||||
--- |
|
||||
hide: |
|
||||
- navigation |
|
||||
--- |
|
||||
|
|
||||
# FastAPI Topluluğu |
|
||||
|
|
||||
FastAPI, her kökenden insanı ağırlayan harika bir topluluğa sahip. |
|
||||
|
|
||||
## Yazan - Geliştiren |
|
||||
|
|
||||
Merhaba! 👋 |
|
||||
|
|
||||
İşte bu benim: |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.maintainers %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Cevaplar: {{ user.answers }}</div><div class="count">Pull Request'ler: {{ user.prs }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
Ben **FastAPI**'ın geliştiricisiyim. Bununla ilgili daha fazla bilgiyi şurada okuyabilirsiniz: [FastAPI yardım - yardım al - benimle iletişime geç](help-fastapi.md#connect-with-the-author){.internal-link target=_blank}. |
|
||||
|
|
||||
...burada size harika FastAPI topluluğunu göstermek istiyorum. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**FastAPI**, topluluğundan çok destek alıyor. Ben de onların katkılarını vurgulamak istiyorum. |
|
||||
|
|
||||
Bu insanlar: |
|
||||
|
|
||||
* [GitHubdaki soruları cevaplayarak diğerlerine yardım ediyor](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank}. |
|
||||
* [Pull Request'ler oluşturuyor](help-fastapi.md#create-a-pull-request){.internal-link target=_blank}. |
|
||||
* Pull Request'leri gözden geçiriyorlar, [özellikle çeviriler için bu çok önemli](contributing.md#translations){.internal-link target=_blank}. |
|
||||
|
|
||||
Onları bir alkışlayalım. 👏 🙇 |
|
||||
|
|
||||
## Geçen Ayın En Aktif Kullanıcıları |
|
||||
|
|
||||
Geçtiğimiz ay boyunca [GitHub'da diğerlerine en çok yardımcı olan](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank} kullanıcılar. ☕ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.last_month_experts[:10] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Cevaplanan soru sayısı: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Uzmanlar |
|
||||
|
|
||||
İşte **FastAPI Uzmanları**. 🤓 |
|
||||
|
|
||||
Uzmanlarımız ise *tüm zamanlar boyunca* [GitHub'da insanların sorularına en çok yardımcı olan](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank} insanlar. |
|
||||
|
|
||||
Bir çok kullanıcıya yardım ederek uzman olduklarını kanıtladılar! ✨ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.experts[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Cevaplanan soru sayısı: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## En Fazla Katkıda Bulunanlar |
|
||||
|
|
||||
Şimdi ise sıra **en fazla katkıda bulunanlar**da. 👷 |
|
||||
|
|
||||
Bu kullanıcılar en fazla [kaynak koduyla birleştirilen Pull Request'lere](help-fastapi.md#create-a-pull-request){.internal-link target=_blank} sahip! |
|
||||
|
|
||||
Kaynak koduna, dökümantasyona, çevirilere ve bir sürü şeye katkıda bulundular. 📦 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_contributors[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Pull Request sayısı: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
Bunlar dışında katkıda bulunan, yüzden fazla, bir sürü insan var. Hepsini <a href="https://github.com/fastapi/fastapi/graphs/contributors" class="external-link" target="_blank">FastAPI GitHub Katkıda Bulunanlar</a> sayfasında görebilirsin. 👷 |
|
||||
|
|
||||
## En Fazla Değerlendirme Yapanlar |
|
||||
|
|
||||
İşte **en çok değerlendirme yapanlar**. 🕵️ |
|
||||
|
|
||||
### Çeviri Değerlendirmeleri |
|
||||
|
|
||||
Yalnızca birkaç dil konuşabiliyorum (ve çok da iyi değilim 😅). Bu yüzden değerlendirme yapanların da döküman çevirilerini [**onaylama yetkisi**](contributing.md#translations){.internal-link target=_blank} var. Onlar olmasaydı çeşitli dillerde dökümantasyon da olmazdı. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**En fazla değerlendirme yapanlar** 🕵️ kodun, dökümantasyonun ve özellikle **çevirilerin** Pull Request'lerini inceleyerek kalitesinden emin oldular. |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_translations_reviewers[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Değerlendirme sayısı: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Sponsorlar |
|
||||
|
|
||||
işte **Sponsorlarımız**. 😎 |
|
||||
|
|
||||
Çoğunlukla <a href="https://github.com/sponsors/tiangolo" class="external-link" target="_blank">GitHub Sponsorları</a> aracılığıyla olmak üzere, **FastAPI** ve diğer projelerdeki çalışmalarımı destekliyorlar. |
|
||||
|
|
||||
{% if sponsors %} |
|
||||
|
|
||||
{% if sponsors.gold %} |
|
||||
|
|
||||
### Altın Sponsorlar |
|
||||
|
|
||||
{% for sponsor in sponsors.gold -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.silver %} |
|
||||
|
|
||||
### Gümüş Sponsorlar |
|
||||
|
|
||||
{% for sponsor in sponsors.silver -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.bronze %} |
|
||||
|
|
||||
### Bronz Sponsorlar |
|
||||
|
|
||||
{% for sponsor in sponsors.bronze -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% endif %} |
|
||||
|
|
||||
### Bireysel Sponsorlar |
|
||||
|
|
||||
{% if github_sponsors %} |
|
||||
{% for group in github_sponsors.sponsors %} |
|
||||
|
|
||||
<div class="user-list user-list-center"> |
|
||||
|
|
||||
{% for user in group %} |
|
||||
{% if user.login not in sponsors_badge.logins %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a></div> |
|
||||
|
|
||||
{% endif %} |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
|
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
## Veriler - Teknik detaylar |
|
||||
|
|
||||
Bu sayfanın temel amacı, topluluğun başkalarına yardım etme çabasını vurgulamaktır. |
|
||||
|
|
||||
Özellikle normalde daha az görünür olan ve çoğu durumda daha zahmetli olan, diğerlerine sorularında yardımcı olmak, çevirileri ve Pull Request'leri gözden geçirmek gibi çabalar dahil. |
|
||||
|
|
||||
Veriler ayda bir hesaplanır, <a href="https://github.com/fastapi/fastapi/blob/master/.github/actions/people/app/main.py" class="external-link" target="_blank">kaynak kodu buradan</a> okuyabilirsin. |
|
||||
|
|
||||
Burada sponsorların katkılarını da vurguluyorum. |
|
||||
|
|
||||
Ayrıca algoritmayı, bölümleri, eşikleri vb. güncelleme hakkımı da saklı tutuyorum (her ihtimale karşı 🤷). |
|
@ -1,183 +0,0 @@ |
|||||
--- |
|
||||
hide: |
|
||||
- navigation |
|
||||
--- |
|
||||
|
|
||||
# Люди FastAPI |
|
||||
|
|
||||
FastAPI має дивовижну спільноту, яка вітає людей різного походження. |
|
||||
|
|
||||
## Творець – Супроводжувач |
|
||||
|
|
||||
Привіт! 👋 |
|
||||
|
|
||||
Це я: |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.maintainers %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Answers: {{ user.answers }}</div><div class="count">Pull Requests: {{ user.prs }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
Я - творець і супроводжувач **FastAPI**. Детальніше про це можна прочитати в [Довідка FastAPI - Отримати довідку - Зв'язатися з автором](help-fastapi.md#connect-with-the-author){.internal-link target=_blank}. |
|
||||
|
|
||||
...Але тут я хочу показати вам спільноту. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**FastAPI** отримує велику підтримку від спільноти. І я хочу відзначити їхній внесок. |
|
||||
|
|
||||
Це люди, які: |
|
||||
|
|
||||
* [Допомагають іншим із проблемами (запитаннями) у GitHub](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank}. |
|
||||
* [Створюють пул реквести](help-fastapi.md#create-a-pull-request){.internal-link target=_blank}. |
|
||||
* Переглядають пул реквести, [особливо важливо для перекладів](contributing.md#translations){.internal-link target=_blank}. |
|
||||
|
|
||||
Оплески їм. 👏 🙇 |
|
||||
|
|
||||
## Найбільш активні користувачі минулого місяця |
|
||||
|
|
||||
Це користувачі, які [найбільше допомагали іншим із проблемами (запитаннями) у GitHub](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank} протягом минулого місяця. ☕ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.last_month_experts[:10] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Issues replied: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Експерти |
|
||||
|
|
||||
Ось **експерти FastAPI**. 🤓 |
|
||||
|
|
||||
Це користувачі, які [найбільше допомагали іншим із проблемами (запитаннями) у GitHub](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank} протягом *всього часу*. |
|
||||
|
|
||||
Вони зарекомендували себе як експерти, допомагаючи багатьом іншим. ✨ |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.experts[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Issues replied: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Найкращі контрибютори |
|
||||
|
|
||||
Ось **Найкращі контрибютори**. 👷 |
|
||||
|
|
||||
Ці користувачі [створили найбільшу кількість пул реквестів](help-fastapi.md#create-a-pull-request){.internal-link target=_blank} які були *змержені*. |
|
||||
|
|
||||
Вони надали програмний код, документацію, переклади тощо. 📦 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_contributors[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Pull Requests: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
Є багато інших контрибюторів (більше сотні), їх усіх можна побачити на сторінці <a href="https://github.com/fastapi/fastapi/graphs/contributors" class="external-link" target="_blank">FastAPI GitHub Contributors</a>. 👷 |
|
||||
|
|
||||
## Найкращі рецензенти |
|
||||
|
|
||||
Ці користувачі є **Найкращими рецензентами**. 🕵️ |
|
||||
|
|
||||
### Рецензенти на переклади |
|
||||
|
|
||||
Я розмовляю лише кількома мовами (і не дуже добре 😅). Отже, рецензенти – це ті, хто має [**повноваження схвалювати переклади**](contributing.md#translations){.internal-link target=_blank} документації. Без них не було б документації кількома іншими мовами. |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**Найкращі рецензенти** 🕵️ переглянули більшість пул реквестів від інших, забезпечуючи якість коду, документації і особливо **перекладів**. |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_translations_reviewers[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Reviews: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## Спонсори |
|
||||
|
|
||||
Це **Спонсори**. 😎 |
|
||||
|
|
||||
Вони підтримують мою роботу з **FastAPI** (та іншими), переважно через <a href="https://github.com/sponsors/tiangolo" class="external-link" target="_blank">GitHub Sponsors</a>. |
|
||||
|
|
||||
{% if sponsors %} |
|
||||
|
|
||||
{% if sponsors.gold %} |
|
||||
|
|
||||
### Золоті спонсори |
|
||||
|
|
||||
{% for sponsor in sponsors.gold -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.silver %} |
|
||||
|
|
||||
### Срібні спонсори |
|
||||
|
|
||||
{% for sponsor in sponsors.silver -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.bronze %} |
|
||||
|
|
||||
### Бронзові спонсори |
|
||||
|
|
||||
{% for sponsor in sponsors.bronze -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% endif %} |
|
||||
|
|
||||
### Індивідуальні спонсори |
|
||||
|
|
||||
{% if github_sponsors %} |
|
||||
{% for group in github_sponsors.sponsors %} |
|
||||
|
|
||||
<div class="user-list user-list-center"> |
|
||||
|
|
||||
{% for user in group %} |
|
||||
{% if user.login not in sponsors_badge.logins %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a></div> |
|
||||
|
|
||||
{% endif %} |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
|
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
## Про дані - технічні деталі |
|
||||
|
|
||||
Основна мета цієї сторінки – висвітлити зусилля спільноти, щоб допомогти іншим. |
|
||||
|
|
||||
Особливо враховуючи зусилля, які зазвичай менш помітні, а в багатьох випадках більш важкі, як-от допомога іншим із проблемами та перегляд пул реквестів перекладів. |
|
||||
|
|
||||
Дані розраховуються щомісяця, ви можете ознайомитися з <a href="https://github.com/fastapi/fastapi/blob/master/.github/actions/people/app/main.py" class="external-link" target="_blank">вихідним кодом тут</a>. |
|
||||
|
|
||||
Тут я також підкреслюю внески спонсорів. |
|
||||
|
|
||||
Я також залишаю за собою право оновлювати алгоритми підрахунку, види рейтингів, порогові значення тощо (про всяк випадок 🤷). |
|
@ -1,239 +0,0 @@ |
|||||
--- |
|
||||
hide: |
|
||||
- navigation |
|
||||
--- |
|
||||
|
|
||||
# FastAPI 社群 |
|
||||
|
|
||||
FastAPI 有一個非常棒的社群,歡迎來自不同背景的朋友參與。 |
|
||||
|
|
||||
## 作者 |
|
||||
|
|
||||
嘿! 👋 |
|
||||
|
|
||||
關於我: |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.maintainers %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">解答問題: {{ user.answers }}</div><div class="count">Pull Requests: {{ user.prs }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
我是 **FastAPI** 的作者。你可以在[幫助 FastAPI - 獲得幫助 - 與作者聯繫](help-fastapi.md#connect-with-the-author){.internal-link target=_blank} 中閱讀更多相關資訊。 |
|
||||
|
|
||||
...但在這裡,我想向你介紹這個社群。 |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**FastAPI** 獲得了許多社群的大力支持。我想特別表揚他們的貢獻。 |
|
||||
|
|
||||
這些人包括: |
|
||||
|
|
||||
* [在 GitHub 中幫助他人解答問題](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank}。 |
|
||||
* [建立 Pull Requests](help-fastapi.md#create-a-pull-request){.internal-link target=_blank}。 |
|
||||
* 審查 Pull Requests,[尤其是翻譯方面的貢獻](contributing.md#translations){.internal-link target=_blank}。 |
|
||||
|
|
||||
讓我們為他們熱烈鼓掌。 👏 🙇 |
|
||||
|
|
||||
## FastAPI 專家 |
|
||||
|
|
||||
這些是在 [GitHub 中幫助其他人解決問題最多的用戶](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank}。 🙇 |
|
||||
|
|
||||
他們透過幫助其他人,證明了自己是 **FastAPI 專家**。 ✨ |
|
||||
|
|
||||
/// 提示 |
|
||||
|
|
||||
你也可以成為官方的 FastAPI 專家! |
|
||||
|
|
||||
只需要在 [GitHub 中幫助他人解答問題](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank}。 🤓 |
|
||||
|
|
||||
/// |
|
||||
|
|
||||
你可以查看這些期間的 **FastAPI 專家**: |
|
||||
|
|
||||
* [上個月](#fastapi-experts-last-month) 🤓 |
|
||||
* [過去 3 個月](#fastapi-experts-3-months) 😎 |
|
||||
* [過去 6 個月](#fastapi-experts-6-months) 🧐 |
|
||||
* [過去 1 年](#fastapi-experts-1-year) 🧑🔬 |
|
||||
* [**所有時間**](#fastapi-experts-all-time) 🧙 |
|
||||
|
|
||||
### FastAPI 專家 - 上個月 |
|
||||
|
|
||||
上個月在 [GitHub 中幫助他人解決問題最多的](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank}用戶。 🤓 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.last_month_experts[:10] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">回答問題數: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
### FastAPI 專家 - 過去 3 個月 |
|
||||
|
|
||||
過去三個月在 [GitHub 中幫助他人解決問題最多的](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank}用戶。 😎 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.three_months_experts[:10] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">回答問題數: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
### FastAPI 專家 - 過去 6 個月 |
|
||||
|
|
||||
過去六個月在 [GitHub 中幫助他人解決問題最多的](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank}用戶。 🧐 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.six_months_experts[:10] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">回答問題數: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
### FastAPI 專家 - 過去一年 |
|
||||
|
|
||||
過去一年在 [GitHub 中幫助他人解決最多問題的](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank}用戶。 🧑🔬 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.one_year_experts[:20] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">回答問題數: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
### FastAPI 專家 - 全部時間 |
|
||||
|
|
||||
以下是全部時間的 **FastAPI 專家**。 🤓🤯 |
|
||||
|
|
||||
過去在 [GitHub 中幫助他人解決問題最多的](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank}用戶。 🧙 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.experts[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">回答問題數: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## 主要貢獻者 |
|
||||
|
|
||||
以下是**主要貢獻者**。 👷 |
|
||||
|
|
||||
這些用戶[建立了最多已被**合併**的 Pull Requests](help-fastapi.md#create-a-pull-request){.internal-link target=_blank}。 |
|
||||
|
|
||||
他們貢獻了原始碼、文件和翻譯等。 📦 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_contributors[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Pull Requests: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
還有許多其他的貢獻者(超過一百位),你可以在 <a href="https://github.com/fastapi/fastapi/graphs/contributors" class="external-link" target="_blank">FastAPI GitHub 貢獻者頁面</a>查看。 👷 |
|
||||
|
|
||||
## 主要翻譯審核者 |
|
||||
|
|
||||
以下是 **主要翻譯審核者**。 🕵️ |
|
||||
|
|
||||
我只會講幾種語言(而且不是很流利 😅),所以審核者[**擁有批准翻譯**](contributing.md#translations){.internal-link target=_blank}文件的權限。沒有他們,就不會有多語言版本的文件。 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_translations_reviewers[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Reviews: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## 贊助者 |
|
||||
|
|
||||
以下是**贊助者**。 😎 |
|
||||
|
|
||||
他們主要透過 <a href="https://github.com/sponsors/tiangolo" class="external-link" target="_blank">GitHub Sponsors</a> 支持我在 **FastAPI**(以及其他項目)上的工作。 |
|
||||
|
|
||||
{% if sponsors %} |
|
||||
|
|
||||
{% if sponsors.gold %} |
|
||||
|
|
||||
### 金牌贊助商 |
|
||||
|
|
||||
{% for sponsor in sponsors.gold -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.silver %} |
|
||||
|
|
||||
### 銀牌贊助商 |
|
||||
|
|
||||
{% for sponsor in sponsors.silver -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.bronze %} |
|
||||
|
|
||||
### 銅牌贊助商 |
|
||||
|
|
||||
{% for sponsor in sponsors.bronze -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% endif %} |
|
||||
|
|
||||
### 個人贊助商 |
|
||||
|
|
||||
{% if github_sponsors %} |
|
||||
{% for group in github_sponsors.sponsors %} |
|
||||
|
|
||||
<div class="user-list user-list-center"> |
|
||||
|
|
||||
{% for user in group %} |
|
||||
{% if user.login not in sponsors_badge.logins %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a></div> |
|
||||
|
|
||||
{% endif %} |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
|
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
## 關於數據 - 技術細節 |
|
||||
|
|
||||
這個頁面的主要目的是突顯社群幫助他人所做的努力 |
|
||||
|
|
||||
特別是那些通常不太顯眼但往往更加艱辛的工作,例如幫助他人解答問題和審查包含翻譯的 Pull Requests。 |
|
||||
|
|
||||
這些數據每月計算一次,你可以在這查看<a href="https://github.com/fastapi/fastapi/blob/master/.github/actions/people/app/main.py" class="external-link" target="_blank">原始碼</a>。 |
|
||||
|
|
||||
此外,我也特別表揚贊助者的貢獻。 |
|
||||
|
|
||||
我也保留更新演算法、章節、門檻值等的權利(以防萬一 🤷)。 |
|
@ -1,239 +0,0 @@ |
|||||
--- |
|
||||
hide: |
|
||||
- navigation |
|
||||
--- |
|
||||
|
|
||||
# FastAPI 社区 |
|
||||
|
|
||||
FastAPI 有一个非常棒的社区,它欢迎来自各个领域和背景的朋友。 |
|
||||
|
|
||||
## 创建者 & 维护者 |
|
||||
|
|
||||
嘿! 👋 |
|
||||
|
|
||||
这就是我: |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.maintainers %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Answers: {{ user.answers }}</div><div class="count">Pull Requests: {{ user.prs }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
我是 **FastAPI** 的创建者和维护者. 你能在 [帮助 FastAPI - 获取帮助 - 与作者联系](help-fastapi.md#_2){.internal-link target=_blank} 阅读有关此内容的更多信息。 |
|
||||
|
|
||||
...但是在这里我想向您展示社区。 |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**FastAPI** 得到了社区的大力支持。因此我想突出他们的贡献。 |
|
||||
|
|
||||
这些人: |
|
||||
|
|
||||
* [帮助他人解决 GitHub 上的问题](help-fastapi.md#github_1){.internal-link target=_blank}。 |
|
||||
* [创建 Pull Requests](help-fastapi.md#pr){.internal-link target=_blank}。 |
|
||||
* 审核 Pull Requests, 对于 [翻译](contributing.md#_8){.internal-link target=_blank} 尤为重要。 |
|
||||
|
|
||||
向他们致以掌声。 👏 🙇 |
|
||||
|
|
||||
## FastAPI 专家 |
|
||||
|
|
||||
这些用户一直以来致力于 [帮助他人解决 GitHub 上的问题](help-fastapi.md#github_1){.internal-link target=_blank}。 🙇 |
|
||||
|
|
||||
他们通过帮助许多人而被证明是 **FastAPI 专家**。 ✨ |
|
||||
|
|
||||
/// 小提示 |
|
||||
|
|
||||
你也可以成为认可的 FastAPI 专家! |
|
||||
|
|
||||
只需要 [帮助他人解决 GitHub 上的问题](help-fastapi.md#github_1){.internal-link target=_blank}。 🤓 |
|
||||
|
|
||||
/// |
|
||||
|
|
||||
你可以查看不同时期的 **FastAPI 专家**: |
|
||||
|
|
||||
* [上个月](#fastapi-experts-last-month) 🤓 |
|
||||
* [三个月](#fastapi-experts-3-months) 😎 |
|
||||
* [六个月](#fastapi-experts-6-months) 🧐 |
|
||||
* [一年](#fastapi-experts-1-year) 🧑🔬 |
|
||||
* [**全部时间**](#fastapi-experts-all-time) 🧙 |
|
||||
|
|
||||
## FastAPI 专家 - 上个月 |
|
||||
|
|
||||
这些是在过去一个月中 [在 GitHub 上帮助他人解答最多问题](help-fastapi.md#github_1){.internal-link target=_blank} 的用户。 🤓 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.last_month_experts[:10] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">回答问题数: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
### FastAPI 专家 - 三个月 |
|
||||
|
|
||||
这些是在过去三个月中 [在 GitHub 上帮助他人解答最多问题](help-fastapi.md#github_1){.internal-link target=_blank} 的用户。 😎 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.three_months_experts[:10] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">回答问题数: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
### FastAPI 专家 - 六个月 |
|
||||
|
|
||||
这些是在过去六个月中 [在 GitHub 上帮助他人解答最多问题](help-fastapi.md#github_1){.internal-link target=_blank} 的用户。 🧐 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.six_months_experts[:10] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">回答问题数: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
### FastAPI 专家 - 一年 |
|
||||
|
|
||||
这些是在过去一年中 [在 GitHub 上帮助他人解答最多问题](help-fastapi.md#github_1){.internal-link target=_blank} 的用户。 🧑🔬 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.one_year_experts[:20] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">回答问题数: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## FastAPI 专家 - 全部时间 |
|
||||
|
|
||||
以下是全部时间的 **FastAPI 专家**。 🤓🤯 |
|
||||
|
|
||||
这些用户一直以来致力于 [帮助他人解决 GitHub 的 上的问题](help-fastapi.md#github_1){.internal-link target=_blank}。 🧙 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.experts[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">回答问题数: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## 杰出贡献者 |
|
||||
|
|
||||
以下是 **杰出的贡献者**。 👷 |
|
||||
|
|
||||
这些用户 [创建了最多已被合并的 Pull Requests](help-fastapi.md#pr){.internal-link target=_blank}。 |
|
||||
|
|
||||
他们贡献了源代码,文档,翻译等。 📦 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_contributors[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Pull Requests: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
还有很多别的贡献者(超过100个),你可以在 <a href="https://github.com/fastapi/fastapi/graphs/contributors" class="external-link" target="_blank">FastAPI GitHub 贡献者页面</a> 中看到他们。👷 |
|
||||
|
|
||||
## 杰出翻译审核者 |
|
||||
|
|
||||
以下用户是 **杰出的评审者**。 🕵️ |
|
||||
|
|
||||
我只会说少数几种语言(而且还不是很流利 😅)。所以这些评审者们具备[能力去批准文档翻译](contributing.md#_8){.internal-link target=_blank}。如果没有他们,就不会有多语言文档。 |
|
||||
|
|
||||
{% if people %} |
|
||||
<div class="user-list user-list-center"> |
|
||||
{% for user in people.top_translations_reviewers[:50] %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">审核数: {{ user.count }}</div></div> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
{% endif %} |
|
||||
|
|
||||
## 赞助商 |
|
||||
|
|
||||
以下是 **赞助商** 。😎 |
|
||||
|
|
||||
他们主要通过<a href="https://github.com/sponsors/tiangolo" class="external-link" target="_blank">GitHub Sponsors</a>支持我在 **FastAPI** (和其他项目)的工作。 |
|
||||
|
|
||||
{% if sponsors %} |
|
||||
|
|
||||
{% if sponsors.gold %} |
|
||||
|
|
||||
### 金牌赞助商 |
|
||||
|
|
||||
{% for sponsor in sponsors.gold -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.silver %} |
|
||||
|
|
||||
### 银牌赞助商 |
|
||||
|
|
||||
{% for sponsor in sponsors.silver -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% if sponsors.bronze %} |
|
||||
|
|
||||
### 铜牌赞助商 |
|
||||
|
|
||||
{% for sponsor in sponsors.bronze -%} |
|
||||
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> |
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
{% endif %} |
|
||||
|
|
||||
### 个人赞助 |
|
||||
|
|
||||
{% if github_sponsors %} |
|
||||
{% for group in github_sponsors.sponsors %} |
|
||||
|
|
||||
<div class="user-list user-list-center"> |
|
||||
|
|
||||
{% for user in group %} |
|
||||
{% if user.login not in sponsors_badge.logins %} |
|
||||
|
|
||||
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a></div> |
|
||||
|
|
||||
{% endif %} |
|
||||
{% endfor %} |
|
||||
|
|
||||
</div> |
|
||||
|
|
||||
{% endfor %} |
|
||||
{% endif %} |
|
||||
|
|
||||
## 关于数据 - 技术细节 |
|
||||
|
|
||||
该页面的目的是突出社区为帮助他人而付出的努力。 |
|
||||
|
|
||||
尤其是那些不引人注目且涉及更困难的任务,例如帮助他人解决问题或者评审翻译 Pull Requests。 |
|
||||
|
|
||||
该数据每月计算一次,您可以阅读 <a href="https://github.com/fastapi/fastapi/blob/master/.github/actions/people/app/main.py" class="external-link" target="_blank">源代码</a>。 |
|
||||
|
|
||||
这里也强调了赞助商的贡献。 |
|
||||
|
|
||||
我也保留更新算法,栏目,统计阈值等的权利(以防万一🤷)。 |
|
Loading…
Reference in new issue