Update .github/MAINTAINER.md (#13398)

Co-authored-by: sglang-bot <sglangbot@gmail.com>
This commit is contained in:
Ying Sheng
2025-11-16 21:32:24 -08:00
committed by GitHub
parent 4d59761623
commit 15bc1f5cd7
3 changed files with 11 additions and 5 deletions

View File

@@ -63,10 +63,10 @@ You can find additional accuracy eval examples in:
## Benchmark the speed
Refer to [Benchmark and Profiling](../developer_guide/benchmark_and_profiling.md).
## Request a review
You can identify potential reviewers for your code by checking the [code owners](https://github.com/sgl-project/sglang/blob/main/.github/CODEOWNERS) and [reviewers](https://github.com/sgl-project/sglang/blob/main/.github/REVIEWERS.md) files.
Another effective strategy is to review the file modification history and contact individuals who have frequently edited the files.
If you modify files protected by code owners, their approval is required to merge the code.
## Requesting a review for merge
You can follow the pull request merge process described in [MAINTAINER.md](https://github.com/sgl-project/sglang/blob/main/.github/MAINTAINER.md).
You will need to work with the Merge Oncall, Codeowner, and other reviewers to get their approvals.
Then your PR can be merged.
## How to trigger CI
To trigger CI, the pull request must have the "run-ci" label.