From fa904f8f5aae95bf2c0e4c3901b4e5671a8f562e Mon Sep 17 00:00:00 2001 From: Ma Date: Mon, 30 Mar 2026 01:54:47 +0800 Subject: [PATCH] docs: add type-of-change checkboxes to PR template --- .github/pull_request_template.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3b980674..d232a753 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,8 +3,17 @@ - +## Type of change + +- [ ] Bug fix +- [ ] New feature +- [ ] Refactor (no behavior change) +- [ ] Docs / SKILL.md +- [ ] Test +- [ ] Performance + ## Motivation (optional) - + ## Changes