From ceec6d3795493f5a4577ee35957f2841fbf3c1ca Mon Sep 17 00:00:00 2001 From: Jiang Bohan Date: Tue, 7 Apr 2026 13:23:17 +0800 Subject: [PATCH] docs: add PR template Adds a structured PR template requiring change description, motivation, type classification, test plan, and an optional AI disclosure field. Part of the Phase 1 community management improvements (MUL-320). --- .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 00000000..faba1ee9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,32 @@ +## What + + + +## Why + + + +Closes # + +## Type of Change + +- [ ] Bug fix +- [ ] New feature +- [ ] Refactor / code improvement +- [ ] Documentation +- [ ] CI / infrastructure +- [ ] Other (describe below) + +## How to Test + + + +## Checklist + +- [ ] `make check` passes (typecheck, unit tests, Go tests, E2E) +- [ ] Changes follow existing code patterns and conventions +- [ ] No unrelated changes included + +## AI Disclosure (optional) + +