chore: add new pull-request-template yaml

This commit is contained in:
Jerry Z H
2025-02-14 16:31:04 +08:00
parent 398a1edd82
commit 6d978708fe
6 changed files with 123 additions and 60 deletions

View File

@@ -1,10 +0,0 @@
---
name: 💡 Feature Request | 功能请求
about: Please describe the features you expect. | 请描述您期望添加的功能。
title: "💡 [Feature] Some feature... | 一些新功能..."
labels: ["enhancement"]
---
<!-- Please fill out the info before you submit the feature request.. | 请在功能请求提交以前回答以下这些问题。-->
#### Please describe in detail the new features you expect. | 请详细描述您预期的新功能

View File

@@ -0,0 +1,15 @@
name: 🙋 Feature Request | 功能请求
description: Please describe the features you expect. | 请描述您期望添加的功能。
title: "🙋 [Feature] <your feature request xxx>"
labels: ["feature"]
body:
- type: markdown
attributes:
value: "Please fill out the info before you submit the feature request.. | 请在功能请求提交以前回答以下这些问题。"
- type: textarea
attributes:
label: feature
description: Please describe in detail the new features you expect. | 请详细描述您预期的新功能
placeholder: "I hope ..."
validations:
required: true

View File

@@ -1,24 +0,0 @@
---
name: 💡 Question Report | 问题交流
about: Any questions you would like to discuss | 任何您想讨论的话题。
title: "🙋 [Question] Some question... | 问题交流..."
labels: ["question"]
---
## Question Report
Please check whether there are any [issues](https://github.com/antgroup/agentUniverse/issues) or [documents](https://github.com/antgroup/agentUniverse/tree/master/docs/guidebook/en) that address your questions. | 搜索是否有[issues](https://github.com/antgroup/agentUniverse/issues) 或[文档](https://github.com/antgroup/agentUniverse/tree/master/docs/guidebook/zh) 提到了您的提问
<!-- Please fill out the info before you submit a question | 请在您提交问题之前,填写以下信息。-->
#### Please describe in detail the question you would like to discuss. | 请详细描述您想讨论的问题
<!-- If it involves the code, you can provide additional information as needed below. | 如果涉及agentUniverse代码您可以按需要补充如下信息。-->
#### What is the version of your agentUniverse? | 您使用的agentUniverse版本是多少
#### What is your system environment? | 您的系统版本是什么? [Linux/Mac/Windows]
#### What did you do? | 您做了什么操作?
#### What is your expected outcome? | 您期望的结果是怎样的?
### Steps to reproduce the question | 问题复现步骤

View File

@@ -0,0 +1,63 @@
name: 💡 Question Report | 问题交流
description: Any questions you would like to discuss | 任何您想讨论的话题。
title: "💡 [Question] <your question xxx>"
labels: ["question"]
body:
- type: markdown
attributes:
value: "Please check whether there are any [issues](https://github.com/antgroup/agentUniverse/issues) or [documents](https://github.com/antgroup/agentUniverse/tree/master/docs/guidebook/en) that address your questions. | 搜索是否有[issues](https://github.com/antgroup/agentUniverse/issues) 或[文档](https://github.com/antgroup/agentUniverse/tree/master/docs/guidebook/zh) 提到了您的提问。"
- type: markdown
attributes:
value: "Please fill out the info before you submit a question | 请在您提交问题之前,填写以下信息。"
- type: textarea
attributes:
label: question
description: Please describe in detail the question you would like to discuss. | 请详细描述您想讨论的问题
placeholder: "My question is ..."
validations:
required: true
- type: markdown
attributes:
value: "If it involves the code, you can provide additional information as needed below. | 如果涉及agentUniverse代码您可以按需要补充如下信息。"
- type: textarea
attributes:
label: Version
description: What is the version of your agentUniverse? | 您使用的agentUniverse版本是多少
placeholder: "Example: version 0.0.13"
validations:
required: false
- type: textarea
attributes:
label: System
description: What is your system environment? | 您的系统版本是什么? [Linux/Mac/Windows]
placeholder: "Example: Ubuntu 20.04"
validations:
required: false
- type: textarea
attributes:
label: Actions
description: What did you do? | 您做了什么操作?
placeholder: "Describe the actions you took"
validations:
required: false
- type: textarea
attributes:
label: Problem
description: What kind of problem are you having? | 您遇到了什么问题?
placeholder: "Describe the problem"
validations:
required: false
- type: textarea
attributes:
label: Expected
description: What is your expected outcome? | 您期望的结果是怎样的?
placeholder: "Describe the expected results"
validations:
required: false
- type: textarea
attributes:
label: reproduce
description: Steps to reproduce the bug | bug复现步骤
placeholder: "Step 1: ..., Step 2: ..."
validations:
required: false

View File

@@ -1,26 +0,0 @@
<!-- Please add one of the following labels to the Labels option on the right before creating the PR: [feat]、[fix]、[docs]、[refactor]、[test]、[chore]. | 请在创建PR前在右侧 Labels 选项中加上label的其中一个: [feat]、[fix]、[docs]、[refactor]、[test]、[chore]。-->
**When submitting a PR, please confirm the following points and put ☑️ in the boxes one by one:** | **在提出pr时请确认了以下几点并逐一确认勾选**
**Checklist:**
- [ ] I have read and understood the [contributor guidelines](../CONTRIBUTING.md). | 我已阅读并理解[贡献者指南](../CONTRIBUTING_zh.md)。
- [ ] I have checked for any duplicate features related to this request and communicated with the project maintainers. | 我已检查没有与此请求重复的功能并与项目维护者进行了沟通。
- [ ] I accept the suggestion of the maintainers to make changes to or close this PR. | 我接受此PR配合维护人员的建议进行修改或关闭。
- [ ] I have submitted the test files and can provide screenshots of the test results (required for feature or bug fixes) | 我已经提交了测试文件并可提供测试结果截图(功能修改、BUG修复类PR必须提供其他按需)
- [ ] I have added or modified the documentation related to this PR | 我已经添加或修改了本次pr对应的文档说明(非必要根据实际PR内容按需添加)
- [ ] I have added examples and notes if needed | 我已经添加了使用案例代码与文档说明(非必要根据实际PR内容按需添加)
**Please fill in the specific details of this PR:** | **请详细填写本次PR的内容:**
-
-
-
**Please provide the path of test files and submit screenshots or files of the test results(fill in as needed):** | **请填写测试文件路径并提供测试结果截图或文件(按需填写):**
-
**Please list the names of the docs that were added or modified in this PR (fill in as needed):** | **请列出本次PR新增或修改的文档名称(按需填写):**
-

45
.github/pull-request-template.yaml vendored Normal file
View File

@@ -0,0 +1,45 @@
- type: markdown
attributes:
value: "Please add one of the following labels to the Labels option on the right before creating the PR: [feat]、[fix]、[docs]、[refactor]、[test]、[chore]. | 请在创建PR前在右侧 Labels 选项中加上label的其中一个: [feat]、[fix]、[docs]、[refactor]、[test]、[chore]。"
- type: checkboxes
attributes:
label: PR check list
description: When submitting a PR, please confirm the following points and put ☑️ in the boxes one by one. | 在提出pr时请确认了以下几点并逐一确认勾选。
options:
- label: I have read and understood the [contributor guidelines](https://github.com/antgroup/agentUniverse/blob/master/CONTRIBUTING.md). | 我已阅读并理解[贡献者指南](https://github.com/antgroup/agentUniverse/blob/master/CONTRIBUTING_zh.md)。
required: true
- label: I have checked for any duplicate features related to this request and communicated with the project maintainers. | 我已检查没有与此请求重复的功能并与项目维护者进行了沟通。
required: true
- label: I accept the suggestion of the maintainers to make changes to or close this PR. | 我接受此PR配合维护人员的建议进行修改或关闭。
required: true
- label: I have submitted the test files and can provide screenshots of the test results (required for feature or bug fixes) | 我已经提交了测试文件并可提供测试结果截图(功能修改、BUG修复类PR必须提供其他按需)
required: false
- label: I have added or modified the documentation related to this PR | 我已经添加或修改了本次pr对应的文档说明(非必要根据实际PR内容按需添加)
required: false
- label: I have added examples and notes if needed | 我已经添加了使用案例代码与文档说明(非必要根据实际PR内容按需添加)
required: false
- type: textarea
attributes:
label: details
description: Please fill in the specific details of this PR.| 请详细填写本次PR的内容。
value: |
-
-
-
...
validations:
required: true
- type: textarea
attributes:
label: tests
description: Please provide the path of test files and submit screenshots or files of the test results(fill in as needed). | 请填写测试文件路径并提供测试结果截图或文件(按需填写)。
placeholder: "XXX func test file: ..."
validations:
required: false
- type: textarea
attributes:
label: tests
description: Please list the names of the docs that were added or modified in this PR (fill in as needed). | 请列出本次PR新增或修改的文档名称(按需填写)。
placeholder: "Add new docs: ..."
validations:
required: false