You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8.4 KiB

hide
[navigation]

FastAPI 社群

FastAPI 有一個非常棒的社群,歡迎來自不同背景的朋友參與。

作者

嘿! 👋

關於我:

{% if people %}

{% for user in people.maintainers %}
@{{ user.login }}
解答問題: {{ user.answers }}
Pull Requests: {{ user.prs }}
{% endfor %}
{% endif %}

我是 FastAPI 的作者。你可以在幫助 FastAPI - 獲得幫助 - 與作者聯繫{.internal-link target=_blank} 中閱讀更多相關資訊。

...但在這裡,我想向你介紹這個社群。


FastAPI 獲得了許多社群的大力支持。我想特別表揚他們的貢獻。

這些人包括:

讓我們為他們熱烈鼓掌。 👏 🙇

FastAPI 專家

這些是在 GitHub 中幫助其他人解決問題最多的用戶{.internal-link target=_blank}。 🙇

他們透過幫助其他人,證明了自己是 FastAPI 專家

!!! 提示 你也可以成為官方的 FastAPI 專家!

只需要在 [GitHub 中幫助他人解答問題](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank}。 🤓

你可以查看這些期間的 FastAPI 專家

FastAPI 專家 - 上個月

上個月在 GitHub 中幫助他人解決問題最多的{.internal-link target=_blank}用戶。 🤓

{% if people %}

{% for user in people.last_month_experts[:10] %}
@{{ user.login }}
回答問題數: {{ user.count }}
{% endfor %}
{% endif %}

FastAPI 專家 - 過去 3 個月

過去三個月在 GitHub 中幫助他人解決問題最多的{.internal-link target=_blank}用戶。 😎

{% if people %}

{% for user in people.three_months_experts[:10] %}
@{{ user.login }}
回答問題數: {{ user.count }}
{% endfor %}
{% endif %}

FastAPI 專家 - 過去 6 個月

過去六個月在 GitHub 中幫助他人解決問題最多的{.internal-link target=_blank}用戶。 🧐

{% if people %}

{% for user in people.six_months_experts[:10] %}
@{{ user.login }}
回答問題數: {{ user.count }}
{% endfor %}
{% endif %}

FastAPI 專家 - 過去一年

過去一年在 GitHub 中幫助他人解決最多問題的{.internal-link target=_blank}用戶。 🧑‍🔬

{% if people %}

{% for user in people.one_year_experts[:20] %}
@{{ user.login }}
回答問題數: {{ user.count }}
{% endfor %}
{% endif %}

FastAPI 專家 - 全部時間

以下是全部時間的 FastAPI 專家🤓🤯

過去在 GitHub 中幫助他人解決問題最多的{.internal-link target=_blank}用戶。 🧙

{% if people %}

{% for user in people.experts[:50] %}
@{{ user.login }}
回答問題數: {{ user.count }}
{% endfor %}
{% endif %}

主要貢獻者

以下是主要貢獻者👷

這些用戶建立了最多已被合併的 Pull Requests{.internal-link target=_blank}。

他們貢獻了原始碼、文件和翻譯等。 📦

{% if people %}

{% for user in people.top_contributors[:50] %}
@{{ user.login }}
Pull Requests: {{ user.count }}
{% endfor %}
{% endif %}

還有許多其他的貢獻者(超過一百位),你可以在 FastAPI GitHub 貢獻者頁面查看。 👷

主要翻譯審核者

以下是 主要翻譯審核者🕵️

我只會講幾種語言(而且不是很流利 😅),所以審核者擁有批准翻譯{.internal-link target=_blank}文件的權限。沒有他們,就不會有多語言版本的文件。

{% if people %}

{% for user in people.top_translations_reviewers[:50] %}
@{{ user.login }}
Reviews: {{ user.count }}
{% endfor %}
{% endif %}

贊助者

以下是贊助者😎

他們主要透過 GitHub Sponsors 支持我在 FastAPI(以及其他項目)上的工作。

{% if sponsors %}

{% if sponsors.gold %}

金牌贊助商

{% for sponsor in sponsors.gold -%} {% endfor %} {% endif %}

{% if sponsors.silver %}

銀牌贊助商

{% for sponsor in sponsors.silver -%} {% endfor %} {% endif %}

{% if sponsors.bronze %}

銅牌贊助商

{% for sponsor in sponsors.bronze -%} {% endfor %} {% endif %}

{% endif %}

個人贊助商

{% if github_sponsors %} {% for group in github_sponsors.sponsors %}

{% for user in group %} {% if user.login not in sponsors_badge.logins %}

{% endif %} {% endfor %}

{% endfor %} {% endif %}

關於數據 - 技術細節

這個頁面的主要目的是突顯社群幫助他人所做的努力

特別是那些通常不太顯眼但往往更加艱辛的工作,例如幫助他人解答問題和審查包含翻譯的 Pull Requests。

這些數據每月計算一次,你可以在這查看原始碼

此外,我也特別表揚贊助者的貢獻。

我也保留更新演算法、章節、門檻值等的權利(以防萬一 🤷)。