[all]<docs> 新增 issue PR 提交模板

This commit is contained in:
13659257719 2023-09-26 14:14:55 +08:00
parent c5700147a8
commit b226a4df9d
4 changed files with 90 additions and 0 deletions

View File

@ -0,0 +1,24 @@
---
name: 模板名称在新建issue时候能看到
about: 模板描述对应的issue模板卡片展示时候能看到介绍模板
---
**标题:** [请在此处填写 issue 标题]
**问题描述:** [请描述问题背景、可能的原因、如何重现问题以及相关解决方案]
**关联的 Issues:** [请列出与此问题相关的 issue 编号]
**检查项:**
- [ ] 该问题的存在已经确认
- [ ] 这个问题的重要性和紧迫性已经确认
- [ ] 该问题的责任人已经确认
- [ ] 该问题的解决方案已经确认
- [ ] 该问题的测试方法已经确认
**标签:** [请为该问题添加合适的标签]
**责任人:** [请为该问题分配责任人]
**优先级:** [请给出该问题的优先级]

View File

@ -0,0 +1,24 @@
---
name: The template name can be seen when creating a new issue
about: Template description, which can be seen when displaying the corresponding issue template card
---
**Title:** [Please fill in the issue title here]
**Description:** [Please describe the background, possible causes, how to reproduce the issue, and any necessary solutions]
**Related Issues:** [List the issue numbers related to this issue]
**Checklist:**
- [ ] The existence of this issue has been confirmed
- [ ] The importance and urgency of this issue have been confirmed
- [ ] The responsible person for this issue has been confirmed
- [ ] The solution for this issue has been confirmed
- [ ] The testing method for this issue has been confirmed
**Labels:** [Add appropriate labels]
**Assignees:** [Assign the responsible person for this issue]
**Priority:** [Set the priority for this issue]

View File

@ -0,0 +1,21 @@
---
name: 模板名称在新建pr时候能看到
about: 模板描述对应的pr模板卡片展示时候能看到介绍模板
---
**PR 描述:** [请描述提交此 PR 的背景、目的、所做的更改以及如何测试此 PR]
**关联的 Issues:** [请列出与此 PR 相关的 issue 编号]
**TODO可选**
- [ ] 任务1
- [ ] ...
**检查项:**
- [ ] 代码已经被检视
- [ ] 代码符合项目的代码标准和最佳实践
- [ ] 代码已经通过所有测试用例
- [ ] 代码不影响现有功能的正常使用
- [ ] 文档已经同步更新
**截图(可选):** [提供相关的截图或 gif 动画]

View File

@ -0,0 +1,21 @@
---
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
- [ ] Code does not affect the normal use of existing features
- [ ] Documentation has been updated
**Screenshots(optional):** [Provide relevant screenshots or GIF animations]