Skip to content

Commit a3dfeae

Browse files
authored
feat: update PR template to include documentation issue/PR link (#126)
1 parent f00483a commit a3dfeae

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,30 @@
33
<!--
44
Please include a summary of the changes below;
55
Fill in the issue number that this PR addresses (if applicable);
6+
Fill in the related MemOS-Docs repository issue or PR link (if applicable);
67
Mention the person who will review this PR (if you know who it is);
7-
Replace (summary), (issue), and (reviewer) with the appropriate information.
8+
Replace (summary), (issue), (docs-issue-or-pr-link), and (reviewer) with the appropriate information.
89
910
请在下方填写更改的摘要;
1011
填写此 PR 解决的问题编号(如果适用);
12+
填写相关的 MemOS-Docs 仓库 issue 或 PR 链接(如果适用);
1113
提及将审查此 PR 的人(如果您知道是谁);
12-
替换 (summary)、(issue) 和 (reviewer) 为适当的信息。
14+
替换 (summary)、(issue)、(docs-issue-or-pr-link) 和 (reviewer) 为适当的信息。
1315
-->
1416

1517
Summary: (summary)
1618

1719
Fix: #(issue)
1820

21+
Docs Issue/PR: (docs-issue-or-pr-link)
22+
1923
Reviewer: @(reviewer)
2024

2125
## Checklist:
2226

2327
- [ ] I have performed a self-review of my own code | 我已自行检查了自己的代码
2428
- [ ] I have commented my code in hard-to-understand areas | 我已在难以理解的地方对代码进行了注释
2529
- [ ] I have added tests that prove my fix is effective or that my feature works | 我已添加测试以证明我的修复有效或功能正常
26-
- [ ] I have added necessary documentation (if applicable) | 我已添加必要的文档(如果适用)
30+
- [ ] 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(如果适用)
2731
- [ ] I have linked the issue to this PR (if applicable) | 我已将 issue 链接到此 PR(如果适用)
2832
- [ ] I have mentioned the person who will review this PR | 我已提及将审查此 PR 的人

0 commit comments

Comments
 (0)