From b226a4df9d656638d84569e90c043ae5f428a077 Mon Sep 17 00:00:00 2001 From: 13659257719 <819781841@qq.com> Date: Tue, 26 Sep 2023 14:14:55 +0800 Subject: [PATCH] =?UTF-8?q?[all]=20=E6=96=B0=E5=A2=9E=20issue=20PR?= =?UTF-8?q?=20=E6=8F=90=E4=BA=A4=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/ISSUE_TEMPLATE_CN.md | 24 ++++++++++++++++++++++++ .gitee/ISSUE_TEMPLATE_EN.md | 24 ++++++++++++++++++++++++ .gitee/PULL_REQUEST_TEMPLATE_CN.md | 21 +++++++++++++++++++++ .gitee/PULL_REQUEST_TEMPLATE_EN.md | 21 +++++++++++++++++++++ 4 files changed, 90 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE_CN.md create mode 100644 .gitee/ISSUE_TEMPLATE_EN.md create mode 100644 .gitee/PULL_REQUEST_TEMPLATE_CN.md create mode 100644 .gitee/PULL_REQUEST_TEMPLATE_EN.md diff --git a/.gitee/ISSUE_TEMPLATE_CN.md b/.gitee/ISSUE_TEMPLATE_CN.md new file mode 100644 index 00000000..9059bdf2 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE_CN.md @@ -0,0 +1,24 @@ +--- +name: 模板名称,在新建issue时候能看到 +about: 模板描述,对应的issue模板卡片展示时候能看到,介绍模板 +--- + +**标题:** [请在此处填写 issue 标题] + +**问题描述:** [请描述问题背景、可能的原因、如何重现问题以及相关解决方案] + +**关联的 Issues:** [请列出与此问题相关的 issue 编号] + +**检查项:** + +- [ ] 该问题的存在已经确认 +- [ ] 这个问题的重要性和紧迫性已经确认 +- [ ] 该问题的责任人已经确认 +- [ ] 该问题的解决方案已经确认 +- [ ] 该问题的测试方法已经确认 + +**标签:** [请为该问题添加合适的标签] + +**责任人:** [请为该问题分配责任人] + +**优先级:** [请给出该问题的优先级] diff --git a/.gitee/ISSUE_TEMPLATE_EN.md b/.gitee/ISSUE_TEMPLATE_EN.md new file mode 100644 index 00000000..5ec7e7f2 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE_EN.md @@ -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] diff --git a/.gitee/PULL_REQUEST_TEMPLATE_CN.md b/.gitee/PULL_REQUEST_TEMPLATE_CN.md new file mode 100644 index 00000000..8e1f3393 --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE_CN.md @@ -0,0 +1,21 @@ +--- +name: 模板名称,在新建pr时候能看到 +about: 模板描述,对应的pr模板卡片展示时候能看到,介绍模板 +--- +**PR 描述:** [请描述提交此 PR 的背景、目的、所做的更改以及如何测试此 PR] + +**关联的 Issues:** [请列出与此 PR 相关的 issue 编号] + +**TODO(可选)** +- [ ] 任务1 +- [ ] ... + +**检查项:** + +- [ ] 代码已经被检视 +- [ ] 代码符合项目的代码标准和最佳实践 +- [ ] 代码已经通过所有测试用例 +- [ ] 代码不影响现有功能的正常使用 +- [ ] 文档已经同步更新 + +**截图(可选):** [提供相关的截图或 gif 动画] diff --git a/.gitee/PULL_REQUEST_TEMPLATE_EN.md b/.gitee/PULL_REQUEST_TEMPLATE_EN.md new file mode 100644 index 00000000..7f8acc9b --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE_EN.md @@ -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]