Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 60 of 76 for Contributing (0.07 seconds)

  1. docs/ja/docs/translation-banner.md

    /// details | 🌐 AI と人間による翻訳
    
    この翻訳は、人間のガイドに基づいて AI によって作成されました。🤝
    
    原文の意図を取り違えていたり、不自然な表現になっている可能性があります。🤖
    
    [AI LLM をより適切に誘導するのを手伝う](https://fastapi.tiangolo.com/ja/contributing/#translations) ことで、この翻訳を改善できます。
    
    [英語版](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 15:24:30 GMT 2026
    - 462 bytes
    - Click Count (0)
  2. docs/en/docs/fastapi-people.md

    * [Help others with questions in GitHub](help-fastapi.md#help-others-with-questions-in-github).
    * [Create Pull Requests](help-fastapi.md#create-a-pull-request).
    * Review Pull Requests, [especially important for translations](contributing.md#translations).
    * Help [manage the repository](management-tasks.md) (team members).
    
    All these tasks help maintain the repository.
    
    A round of applause to them. 👏 🙇
    
    ## Team
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 9K bytes
    - Click Count (0)
  3. docs/ru/docs/help-fastapi.md

    * Затем добавьте комментарий, что Вы попробовали, чтобы я знал, что Вы это проверили. 🤓
    
    ## Создать пулл-реквест { #create-a-pull-request }
    
    Вы можете [сделать вклад](contributing.md) в исходный код пулл-реквестами, например:
    
    * Исправить опечатку, найденную в документации.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 20.6K bytes
    - Click Count (0)
  4. .github/PULL_REQUEST_TEMPLATE.md

    <!--- Link to relevant issues or forum discussions here -->
    
    ### Contributor Checklist
    - [ ] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md).
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Feb 13 22:36:19 GMT 2024
    - 1.7K bytes
    - Click Count (0)
  5. docs/tr/docs/help-fastapi.md

    * Ayrıca neleri denediğinizi yorumlara yazın; böylece kontrol ettiğinizi anlarım. 🤓
    
    ## Pull Request Oluşturun { #create-a-pull-request }
    
    Örneğin şunlar için Pull Request'lerle kaynak koda [katkıda bulunabilirsiniz](contributing.md):
    
    * Dokümantasyonda bulduğunuz bir yazım hatasını düzeltmek.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 13.9K bytes
    - Click Count (0)
  6. scripts/translation_fixer.py

    non_translated_sections = (
        f"reference{os.sep}",
        "release-notes.md",
        "fastapi-people.md",
        "external-links.md",
        "newsletter.md",
        "management-tasks.md",
        "management.md",
        "contributing.md",
    )
    
    
    cli = typer.Typer()
    
    
    @cli.callback()
    def callback():
        pass
    
    
    def iter_all_lang_paths(lang_path_root: Path) -> Iterable[Path]:
        """
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Jan 10 21:48:08 GMT 2026
    - 3.2K bytes
    - Click Count (0)
  7. PULL_REQUESTS_ETIQUETTE.md

    - **Learn from Reviews**: Use feedback to improve future contributions.
    
    ## Resources
    
    - [MinIO Coding Standards](https://github.com/minio/minio/blob/master/CONTRIBUTING.md)
    - [Effective Commit Messages](https://mislav.net/2014/02/hidden-documentation/)
    - [GitHub PR Tips](https://github.com/blog/1943-how-to-write-the-perfect-pull-request)
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun May 25 16:32:03 GMT 2025
    - 4.7K bytes
    - Click Count (0)
  8. docs/de/docs/help-fastapi.md

    ## Einen Pull Request erstellen { #create-a-pull-request }
    
    Sie können [zum Quellcode mit Pull Requests beitragen](contributing.md), zum Beispiel:
    
    * Um einen Tippfehler zu beheben, den Sie in der Dokumentation gefunden haben.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 14.8K bytes
    - Click Count (0)
  9. docs/uk/docs/help-fastapi.md

    * Потім також прокоментуйте, що саме ви спробували, так я знатиму, що ви це перевірили. 🤓
    
    ## Створіть запит на витяг { #create-a-pull-request }
    
    Ви можете [зробити внесок](contributing.md) у вихідний код із запитами на витяг, наприклад:
    
    * Щоб виправити описку, знайдену в документації.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 19.8K bytes
    - Click Count (0)
  10. docs/pt/docs/help-fastapi.md

    * Depois também comente o que você testou, assim vou saber que você verificou. 🤓
    
    ## Crie um Pull Request { #create-a-pull-request }
    
    Você pode [contribuir](contributing.md) com o código-fonte fazendo Pull Requests, por exemplo:
    
    * Para corrigir um erro de digitação que você encontrou na documentação.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 13.7K bytes
    - Click Count (0)
Back to Top