From a05cfc2faecf74ebe2cc8f1fb6091fc3434be482 Mon Sep 17 00:00:00 2001 From: Stary Date: Fri, 27 Feb 2026 16:54:03 +0800 Subject: [PATCH] [DOCS] update pull request template (#1568) * docs: update pull request template with module checklist and refined change types - Add "Module" section with checkboxes for various project components - Simplify "Type of Change" section by removing nested structure - Add "Refactor" as a new change type option --------- Signed-off-by: staryxchen Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- .github/pull_request_template.md | 33 +++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 138e9ca1..541ebfd2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,21 +2,28 @@ +## Module + +- [ ] Transfer Engine (`mooncake-transfer-engine`) +- [ ] Mooncake Store (`mooncake-store`) +- [ ] Mooncake EP (`mooncake-ep`) +- [ ] Integration (`mooncake-integration`) +- [ ] P2P Store (`mooncake-p2p-store`) +- [ ] Python Wheel (`mooncake-wheel`) +- [ ] PyTorch Backend (`mooncake-pg`) +- [ ] Mooncake RL (`mooncake-rl`) +- [ ] CI/CD +- [ ] Docs +- [ ] Other + ## Type of Change -* Types - - [ ] Bug fix - - [ ] New feature - - [ ] Transfer Engine - - [ ] Mooncake Store - - [ ] Mooncake EP - - [ ] Integration - - [ ] P2P Store - - [ ] Python Wheel - - [ ] Breaking change - - [ ] CI/CD - - [ ] Documentation update - - [ ] Other +- [ ] Bug fix +- [ ] New feature +- [ ] Refactor +- [ ] Breaking change +- [ ] Documentation update +- [ ] Other ## How Has This Been Tested?