Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 50 of 76 for Contributing (0.08 seconds)

  1. deploy_website.sh

    # Copy in special files that GitHub wants in the project root.
    cat README.md | grep -v 'project website' > docs/index.md
    cp CHANGELOG.md docs/changelogs/changelog.md
    cp CONTRIBUTING.md docs/contribute/contributing.md
    
    # Build the site and push the new files up to GitHub
    python3 -m venv venv
    source venv/bin/activate
    pip install mkdocs-material mkdocs-redirects
    mkdocs gh-deploy
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Mon Nov 20 15:26:12 GMT 2023
    - 1.2K bytes
    - Click Count (0)
  2. docs/es/docs/translation-banner.md

    Podría tener errores al interpretar el significado original, o sonar poco natural, etc. 🤖
    
    Puedes mejorar esta traducción [ayudándonos a guiar mejor al LLM de IA](https://fastapi.tiangolo.com/es/contributing/#translations).
    
    [Versión en inglés](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:41:41 GMT 2026
    - 388 bytes
    - Click Count (0)
  3. docs/ko/docs/translation-banner.md

    /// details | 🌐 AI와 사람이 함께한 번역
    
    이 번역은 사람의 안내를 받아 AI가 만들었습니다. 🤝
    
    원문의 의미를 오해하거나 부자연스러워 보이는 등 오류가 있을 수 있습니다. 🤖
    
    [AI LLM을 더 잘 안내하는 데 도움을 주세요](https://fastapi.tiangolo.com/ko/contributing/#translations).
    
    [영문 버전](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:57:01 GMT 2026
    - 397 bytes
    - Click Count (0)
  4. .gitignore

    target
    pom.xml.*
    release.properties
    local.properties
    
    .idea
    *.iml
    *.ipr
    *.iws
    *.log
    classes
    
    obj
    
    .DS_Store
    
    # Special Mkdocs files
    docs/5.x
    docs/changelog.md
    docs/contributing.md
    docs/index.md
    
    # jenv
    /.java-version
    /site/
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Mar 18 00:48:52 GMT 2026
    - 345 bytes
    - Click Count (0)
  5. .github/pull_request_template.md

    <!--
    Please read the contribution guidelines at
    https://github.com/google/guava/wiki/HowToContribute#code-contributions
    and
    https://github.com/google/guava/blob/master/CONTRIBUTING.md
    before sending a pull request.
    
    We generally welcome PRs for fixing trivial bugs or typos, but please refrain
    from sending a PR with significant changes unless explicitly requested.
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Oct 27 19:53:41 GMT 2023
    - 371 bytes
    - Click Count (0)
  6. docs/fr/docs/translation-banner.md

    Elle peut contenir des erreurs d'interprétation du sens original, ou paraître peu naturelle, etc. 🤖
    
    Vous pouvez améliorer cette traduction en [nous aidant à mieux guider le LLM d'IA](https://fastapi.tiangolo.com/fr/contributing/#translations).
    
    [Version anglaise](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:12:41 GMT 2026
    - 425 bytes
    - Click Count (0)
  7. docs/pt/docs/translation-banner.md

    Ela pode conter erros de interpretação do significado original ou soar pouco natural, etc. 🤖
    
    Você pode melhorar esta tradução [ajudando-nos a orientar melhor o LLM de IA](https://fastapi.tiangolo.com/pt/contributing/#translations).
    
    [Versão em inglês](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:48:53 GMT 2026
    - 399 bytes
    - Click Count (0)
  8. docs/zh/docs/translation-banner.md

    /// details | 🌐 由 AI 与人类协作翻译
    
    本翻译由人类引导的 AI 生成。🤝
    
    可能存在误解原意或不够自然等问题。🤖
    
    你可以通过[帮助我们更好地引导 AI LLM](https://fastapi.tiangolo.com/zh/contributing/#translations)来改进此翻译。
    
    [英文版本](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:37:57 GMT 2026
    - 327 bytes
    - Click Count (0)
  9. docs/en/docs/release-notes.md

    * Add translation to Chinese for [Contributing - 开发 - 贡献](https://fastapi.tiangolo.com/zh/contributing/). PR [#1460](https://github.com/tiangolo/fastapi/pull/1460) by [@waynerv](https://github.com/waynerv).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
  10. build-tools-internal/src/main/resources/checkstyle_ide_fragment.xml

    <!-- are extracted to a separate file, and merged into the IDE-specific -->
    <!-- Checkstyle config by the `:configureIdeCheckstyle` task.           -->
    
    <module name="IdeFragment">
    
        <!-- See CONTRIBUTING.md for our guidelines on Javadoc -->
    
        <module name="MissingJavadocMethod">
            <property name="severity" value="warning" />
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jul 21 18:58:39 GMT 2021
    - 1.9K bytes
    - Click Count (0)
Back to Top