diff --git a/docs/ja/docs/fastapi-people.md b/docs/ja/docs/fastapi-people.md new file mode 100644 index 000000000..a746a8159 --- /dev/null +++ b/docs/ja/docs/fastapi-people.md @@ -0,0 +1,138 @@ +# FastAPI People + +FastAPIには、様々なバックグラウンドの人々を歓迎する素晴らしいコミュニティがあります。 + +## Creator - Maintainer + +こんにちは! 👋 + +これが私です: + +{% if people %} +
+{% for user in people.maintainers %} + +
@{{ user.login }}
Answers: {{ user.answers }}
Pull Requests: {{ user.prs }}
+{% endfor %} + +
+ +{% endif %} + +私は **FastAPI** の作成者および Maintainer です。詳しくは [FastAPIを応援 - ヘルプの入手 - 開発者とつながる](help-fastapi.md#開発者とつながる){.internal-link target=_blank} に記載しています。 + +...ところで、ここではコミュニティを紹介したいと思います。 + +--- + +**FastAPI** は、コミュニティから多くのサポートを受けています。そこで、彼らの貢献にスポットライトを当てたいと思います。 + +紹介するのは次のような人々です: + +* [GitHub issuesで他の人を助ける](help-fastapi.md#help-others-with-issues-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 issuesで最も多くの人を助けた](help-fastapi.md#help-others-with-issues-in-github){.internal-link target=_blank}ユーザーです。☕ + +{% if people %} +
+{% for user in people.last_month_active %} + +
@{{ user.login }}
Issues replied: {{ user.count }}
+{% endfor %} + +
+{% endif %} + +## Experts + +**FastAPI experts** を紹介します。🤓 + +彼らは、*これまでに* [GitHub issuesで最も多くの人を助けた](help-fastapi.md#help-others-with-issues-in-github){.internal-link target=_blank}ユーザーです。 + +多くの人を助けることでexpertsであると示されています。✨ + +{% if people %} +
+{% for user in people.experts %} + +
@{{ user.login }}
Issues replied: {{ user.count }}
+{% endfor %} + +
+{% endif %} + +## Top Contributors + +**Top Contributors** を紹介します。👷 + +彼らは、*マージされた* [最も多くのプルリクエストを作成した](help-fastapi.md#create-a-pull-request){.internal-link target=_blank}ユーザーです。 + +ソースコード、ドキュメント、翻訳などに貢献してくれました。📦 + +{% if people %} +
+{% for user in people.top_contributors %} + +
@{{ user.login }}
Pull Requests: {{ user.count }}
+{% endfor %} + +
+{% endif %} + +他にもたくさん (100人以上) の contributors がいます。FastAPI GitHub Contributors ページですべての contributors を確認できます。👷 + +## Top Reviewers + +以下のユーザーは **Top Reviewers** です。🕵️ + +### 翻訳のレビュー + +私は少しの言語しか話せません (もしくはあまり上手ではありません😅)。したがって、reviewers は、ドキュメントの[**翻訳を承認する権限**](contributing.md#translations){.internal-link target=_blank}を持っています。それらがなければ、いくつかの言語のドキュメントはなかったでしょう。 + +--- + +**Top Reviewers** 🕵️は、他の人からのプルリクエストのほとんどをレビューし、コード、ドキュメント、特に**翻訳**の品質を保証しています。 + +{% if people %} +
+{% for user in people.top_reviewers %} + +
@{{ user.login }}
Reviews: {{ user.count }}
+{% endfor %} + +
+{% endif %} + +## Sponsors + +**Sponsors** を紹介します。😎 + +彼らは、GitHub Sponsors を介して私の **FastAPI** などに関する活動を支援してくれています。 + +{% if people %} +
+{% for user in people.sponsors %} + +
@{{ user.login }}
+{% endfor %} + +
+{% endif %} + +## データについて - 技術詳細 + +このページの目的は、他の人を助けるためのコミュニティの努力にスポットライトを当てるためです。 + +特に、他の人の issues を支援したり、翻訳のプルリクエストを確認したりするなど、通常は目立たず、多くの場合、より困難な作業を含みます。 + +データは毎月集計されます。ソースコードはこちらで確認できます。 + +ここでは、スポンサーの貢献も強調しています。 + +アルゴリズム、セクション、閾値などは更新されるかもしれません (念のために 🤷)。 diff --git a/docs/ja/mkdocs.yml b/docs/ja/mkdocs.yml index 268b7a0de..6158978d2 100644 --- a/docs/ja/mkdocs.yml +++ b/docs/ja/mkdocs.yml @@ -51,6 +51,7 @@ nav: - uk: /uk/ - zh: /zh/ - features.md +- fastapi-people.md - チュートリアル - ユーザーガイド: - tutorial/index.md - tutorial/first-steps.md