From 678c9e89ca5e861847758d97bbbd09c2fd8c37aa Mon Sep 17 00:00:00 2001 From: damingishere-coder Date: Sat, 29 Aug 2026 16:11:32 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=BB=9F=E4=B8=80=20Git=20=E4=B8=8E?= =?UTF-8?q?=20PR=20=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PULL_REQUEST_TEMPLATE.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..5ec487d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,32 @@ +## 变更摘要 + + + +- + +## 影响范围 + + + +- + +## 验证结果 + + + +```text + +``` + +## 风险与回滚 + +- 主要风险: +- 回滚方式: + +## 安全与范围确认 + +- [ ] PR 只处理一个明确主题,没有夹带无关修改。 +- [ ] 未提交 `.env`、API Key、Token、密码、Cookie、浏览器数据、数据库、日志、缓存或构建产物。 +- [ ] 自动化验证没有连接真实账号、调用付费 Provider、发送消息、发布内容、部署或修改生产数据。 +- [ ] 如有界面变化,已提供脱敏截图;没有则说明“无”。 +- [ ] 如有数据、配置或兼容性变化,已说明迁移与回滚方式。