修改PR模板

This commit is contained in:
HoikanChen 2023-10-18 11:18:44 +08:00
parent 490d4d0946
commit 7dd1128f03
2 changed files with 1 additions and 19 deletions

View File

@ -1,17 +1,8 @@
---
name: 模板名称在新建pr时候能看到
about: 模板描述对应的pr模板卡片展示时候能看到介绍模板
---
**PR 描述:** [请描述提交此 PR 的背景、目的、所做的更改以及如何测试此 PR]
**关联的 Issues:** [请列出与此 PR 相关的 issue 编号]
**TODO可选**
- [ ] 任务1
- [ ] ...
**检查项:**
**检查项(无需修改,提交后界面上可勾选):**
- [ ] 代码已经被检视
- [ ] 代码符合项目的代码标准和最佳实践
- [ ] 代码已经通过所有测试用例

View File

@ -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