From f459c7017ab3817ed8da570836649084833ae631 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Mon, 17 Nov 2025 16:02:39 +0800 Subject: [PATCH] chore: update pr template --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 71ef28fc..42899f8b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,6 +2,17 @@ > 请在此部分填写你实现/解决/优化的内容: > Summary of what you implemented/solved/optimized: +> + +### 更改前后对比截图 / Screenshots + +> 请在此部分粘贴更改前后对比截图(可以是界面截图、控制台输出、对话截图等): +> Please paste the screenshots of changes before and after here (can be interface screenshots, console output, conversation screenshots, etc.): +> +> 修改前 / Before: +> +> 修改后 / After: +> ## 检查清单 / Checklist