From ceec6d3795493f5a4577ee35957f2841fbf3c1ca Mon Sep 17 00:00:00 2001 From: Jiang Bohan Date: Tue, 7 Apr 2026 13:23:17 +0800 Subject: [PATCH 1/2] 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) + + From 29507a2e3a86f872adf3f9b9ac138a85b624df1f Mon Sep 17 00:00:00 2001 From: Jiang Bohan Date: Tue, 7 Apr 2026 13:30:54 +0800 Subject: [PATCH 2/2] docs: add AI prompt field to PR template Encourage contributors to share the prompt they used when AI tools were involved, helping reviewers understand intent and enabling knowledge sharing across the community. --- .github/PULL_REQUEST_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index faba1ee9..d8968179 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -29,4 +29,6 @@ Closes # ## AI Disclosure (optional) - + + +