Update PR template (#8465)

This commit is contained in:
Ke Bao
2025-07-28 22:12:36 +08:00
committed by GitHub
parent a9dd3ec3e9
commit b582159246

View File

@@ -8,6 +8,14 @@
<!-- Describe the changes made in this PR. -->
## Accuracy Test
<!-- If this PR affects model-side code (e.g., kernels, model architecture), please provide accuracy test results. Ref: https://docs.sglang.ai/references/accuracy_evaluation.html -->
## Benchmark & Profiling
<!-- If this PR is expected to impact performance, please provide benchmark and profiling results. Ref: https://docs.sglang.ai/references/benchmark_and_profiling.html -->
## Checklist
- [ ] Format your code according to the [Code Formatting with Pre-Commit](https://docs.sglang.ai/references/contribution_guide.html#code-formatting-with-pre-commit).