From 3f53211302493fdce28d774b304f97fd4cb20ab5 Mon Sep 17 00:00:00 2001 From: harvey_xiang Date: Mon, 26 Jan 2026 21:49:27 +0800 Subject: [PATCH] chore: update pr template --- .github/PULL_REQUEST_TEMPLATE.md | 39 ++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4c2d6ca16..1d21d77c2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,28 +1,28 @@ ## Description - +Related Issue (Required): Fixes @issue_number -Summary: (summary) +## Type of change -Fix: #(issue) +Please delete options that are not relevant. -Docs Issue/PR: (docs-issue-or-pr-link) +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Refactor (does not change functionality, e.g. code style improvements, linting) +- [ ] Documentation update -Reviewer: @(reviewer) +## How Has This Been Tested? -## Checklist: +Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration + +- [ ] Unit Test +- [ ] Test Script Or Test Steps (please provide) +- [ ] Pipeline Automated API Test (please provide) + +## Checklist - [ ] I have performed a self-review of my own code | 我已自行检查了自己的代码 - [ ] I have commented my code in hard-to-understand areas | 我已在难以理解的地方对代码进行了注释 @@ -30,3 +30,8 @@ Reviewer: @(reviewer) - [ ] I have created related documentation issue/PR in [MemOS-Docs](https://github.com/MemTensor/MemOS-Docs) (if applicable) | 我已在 [MemOS-Docs](https://github.com/MemTensor/MemOS-Docs) 中创建了相关的文档 issue/PR(如果适用) - [ ] I have linked the issue to this PR (if applicable) | 我已将 issue 链接到此 PR(如果适用) - [ ] I have mentioned the person who will review this PR | 我已提及将审查此 PR 的人 + +## Reviewer Checklist +- [ ] closes #xxxx (Replace xxxx with the GitHub issue number) +- [ ] Made sure Checks passed +- [ ] Tests have been provided