From 57236e16334ea6161cbc117695959ee05ff811f3 Mon Sep 17 00:00:00 2001 From: lewis_yan Date: Fri, 3 Apr 2026 09:22:44 +0800 Subject: [PATCH] docs: add PR template for standardized pull requests - Add change description, related issues - Add change type checklist (Feature/Bugfix/Hotfix/Refactor) - Add self-check checklist for pre-commit compliance - Add reviewer notes section --- .github/PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++++++++ 1 file changed, 19 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..d8c48e5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ +## 变更描述 + + +## 关联需求 + + +## 变更类型 +- [ ] Feature +- [ ] Bugfix +- [ ] Hotfix +- [ ] Refactor + +## 自检清单 +- [ ] 代码已通过 Pre-commit 检查(后端 ruff / 前端 lint-staged) +- [ ] 已添加必要的测试 +- [ ] 文档已更新(如需) + +## Reviewer 备注 +