Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 106 for Review (0.11 seconds)

  1. AI_POLICY.md

    3. **Actively collaborate with us.** We commit real time and attention to everything we review. Low-effort submissions—where code is generated, submitted, and abandoned—waste our limited review capacity.
    
    ## What contributors can expect from us
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 18:43:39 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  2. docs/en/docs/management-tasks.md

    * Add the specific language label.
    * Add the label `awaiting-review`.
    
    The label `awaiting-review` is special, only used for translations. A GitHub Action will detect it, then it will read the language label, and it will update the GitHub Discussions managing the translations for that language to notify people that there's a new translation to review.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 23 13:59:26 GMT 2026
    - 10.7K bytes
    - Click Count (0)
  3. docs/en/docs/contributing.md

    the pull requests by the ones with the label for your language. For example, for Spanish, the label is [`lang-es`](https://github.com/fastapi/fastapi/pulls?q=is%3Aopen+sort%3Aupdated-desc+label%3Alang-es+label%3Aawaiting-review).
    
    You can also review already merged translation PRs. To do this, go to the [closed pull requests](https://github.com/fastapi/fastapi/pulls?q=is%3Apr+is%3Aclosed) and filter by your language label. For example, for Spanish, you can use [`lang-es`](https://githu...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 23 13:59:26 GMT 2026
    - 10.6K bytes
    - Click Count (0)
  4. CONTRIBUTING.md

    issue if there is one) requesting the feature and describing specific use cases
    for it.
    
    If we decide to pursue a feature request, it will go through a thorough process
    of API design and review. Any code should come after this.
    
    [APIs]: https://en.wikipedia.org/wiki/API
    [issue]: https://github.com/google/guava/issues
    
    Pull requests
    -------------
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 18 17:53:05 GMT 2026
    - 4.3K bytes
    - Click Count (0)
  5. docs/en/docs/advanced/vibe.md

    * **Embrace modern AI coding practices**: Leave everything up to an LLM to decide. The model knows best. Always.
    * **No code reviews**: There's no code to review. No PRs to approve. No comments to address. Embrace vibe coding fully, replace the theater of approving and merging vibe coded PRs that no one looks at with full proper vibes only.
    
    /// tip
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 16:16:24 GMT 2026
    - 2K bytes
    - Click Count (0)
  6. docs/zh/docs/help-fastapi.md

    我很高兴听到 **FastAPI** 的使用情况、你喜欢它的哪些点、你在哪个项目/公司使用它,等等。
    
    ## 为 FastAPI 投票 { #vote-for-fastapi }
    
    * [在 Slant 上为 **FastAPI** 投票](https://www.slant.co/options/34241/~fastapi-review)。
    * [在 AlternativeTo 上为 **FastAPI** 投票](https://alternativeto.net/software/fastapi/about/)。
    * [在 StackShare 上标注你在用 **FastAPI**](https://stackshare.io/pypi-fastapi)。
    
    ## 在 GitHub 上帮别人解答问题 { #help-others-with-questions-in-github }
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 11.8K bytes
    - Click Count (0)
  7. docs/ko/docs/help-fastapi.md

    **FastAPI**가 어떻게 사용되고 있는지, 어떤 점이 마음에 들었는지, 어떤 프로젝트/회사에서 사용하고 있는지 등에 대해 듣고 싶습니다.
    
    ## FastAPI에 투표하기 { #vote-for-fastapi }
    
    * [Slant에서 **FastAPI** 에 대해 투표하십시오](https://www.slant.co/options/34241/~fastapi-review).
    * [AlternativeTo에서 **FastAPI** 에 대해 투표하십시오](https://alternativeto.net/software/fastapi/about/).
    * [StackShare에서 **FastAPI**를 사용한다고 표시하세요](https://stackshare.io/pypi-fastapi).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 15.4K bytes
    - Click Count (0)
  8. CONTRIBUTING.md

    We may ask you to answer these questions directly in the GitHub issue or (for large changes) in a shared Google Doc.
    
    Please note that some features may be out of the team's current focus, and it can take significant time for the team to review the PR thoroughly and address it fully.
    
    ### Security vulnerabilities
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 18:43:39 GMT 2026
    - 19.1K bytes
    - Click Count (0)
  9. docs/zh-hant/docs/help-fastapi.md

    我很樂於聽到 **FastAPI** 是如何被使用、你喜歡它的哪些地方、在哪個專案/公司使用它等等。
    
    ## 為 FastAPI 投票 { #vote-for-fastapi }
    
    * [在 Slant 為 **FastAPI** 投票](https://www.slant.co/options/34241/~fastapi-review)。
    * [在 AlternativeTo 為 **FastAPI** 投票](https://alternativeto.net/software/fastapi/about/)。
    * [在 StackShare 表示你使用 **FastAPI**](https://stackshare.io/pypi-fastapi)。
    
    ## 在 GitHub 幫助他人解答問題 { #help-others-with-questions-in-github }
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 11.9K bytes
    - Click Count (0)
  10. CLAUDE.md

    4. Don't skip validation in form processing
    5. Don't log sensitive data (passwords, tokens, credentials)
    
    ### Common Files to Check
    | Task | Files to Review |
    |------|-----------------|
    | Add admin feature | `app/web/admin/*/`, `app/service/`, `webapp/WEB-INF/view/admin/` |
    | Add API endpoint | `api/`, `app/web/api/` |
    | Modify search | `helper/SearchHelper.java`, `helper/QueryHelper.java` |
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 09:48:10 GMT 2026
    - 7.8K bytes
    - Click Count (0)
Back to Top