From b35d3a7373b8d09b0d5ba95e217ca589460c25b9 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 7 Mar 2025 10:25:05 +0800 Subject: [PATCH] chore(Template): update PR template --- .github/pull_request_template.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fb766fd7630..75f7149098c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,43 +1,39 @@ ## Link issues - fixes #{issue number} + ## Summary By Copilot ## Regression? - - [ ] Yes - [ ] No + ## Risk - - [ ] High - [ ] Medium - [ ] Low + ## Verification - - [ ] Manual (required) - [ ] Automated ## Packaging changes reviewed? - - [ ] Yes - [ ] No - [ ] N/A ## ☑️ Self Check before Merge - ⚠️ Please check all items below before review. ⚠️ - - [ ] Doc is updated/provided or not needed - [ ] Demo is updated/provided or not needed - [ ] Merge the latest code from the main branch