From d56c17b1e67897adc56c3385d935ff6eae6e68e3 Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Mon, 29 Jun 2026 12:03:28 +0800 Subject: [PATCH] Fix PR template (#16439) ### What problem does this PR solve? Update Github PR template Signed-off-by: Jin Hai --- .github/pull_request_template.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index de17118174..e3c6c2beb1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,12 +1,3 @@ -### What problem does this PR solve? +### Summary _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ - -### Type of change - -- [ ] Bug Fix (non-breaking change which fixes an issue) -- [ ] New Feature (non-breaking change which adds functionality) -- [ ] Documentation Update -- [ ] Refactoring -- [ ] Performance Improvement -- [ ] Other (please describe):