diff --git a/.gitee/PULL_REQUEST_TEMPLATE_CN.md b/.gitee/PULL_REQUEST_TEMPLATE_CN.md index 8e1f3393..e0708035 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE_CN.md +++ b/.gitee/PULL_REQUEST_TEMPLATE_CN.md @@ -1,17 +1,8 @@ ---- -name: 模板名称,在新建pr时候能看到 -about: 模板描述,对应的pr模板卡片展示时候能看到,介绍模板 ---- **PR 描述:** [请描述提交此 PR 的背景、目的、所做的更改以及如何测试此 PR] **关联的 Issues:** [请列出与此 PR 相关的 issue 编号] -**TODO(可选)** -- [ ] 任务1 -- [ ] ... - -**检查项:** - +**检查项(无需修改,提交后界面上可勾选):** - [ ] 代码已经被检视 - [ ] 代码符合项目的代码标准和最佳实践 - [ ] 代码已经通过所有测试用例 diff --git a/.gitee/PULL_REQUEST_TEMPLATE_EN.md b/.gitee/PULL_REQUEST_TEMPLATE_EN.md index 7f8acc9b..7f2c7abf 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE_EN.md +++ b/.gitee/PULL_REQUEST_TEMPLATE_EN.md @@ -1,17 +1,8 @@ ---- -name: The template name can be seen when creating a new PR -about: Template description, which can be seen when displaying the corresponding PR template card ---- **Description:** [Please describe the background, purpose, changes made, and how to test this PR] **Related Issues:** [List the issue numbers related to this PR] -**TODO(optional)** -- [ ] task1 -- [ ] ... - **Checklist:** - - [ ] Code has been reviewed - [ ] Code complies with the project's code standards and best practices - [ ] Code has passed all tests