Add cn version of issue templates.

main
苏阳 1 year ago
parent 0be57528ff
commit cd1e8f5a3f

@ -1,41 +1,49 @@
name: 🐞 Bug name: 🐞 Bug
description: File a bug/issue description: 提交错误报告 | File a bug/issue
title: "[BUG] <title>" title: "[BUG] <title>"
labels: ["Bug"] labels: ["Bug"]
body: body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Is there an existing issue for this? label: 是否已有关于该错误的issue | Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered. description: |
请先搜索您遇到的错误是否在已有的issues中提到过。
Please search to see if an issue already exists for the bug you encountered.
options: options:
- label: I have searched the existing issues - label: 我已经搜索过已有的issues | I have searched the existing issues
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Current Behavior label: 当前行为 | Current Behavior
description: A concise description of what you're experiencing. description: |
准确描述遇到的行为。
A concise description of what you're experiencing.
validations: validations:
required: false required: false
- type: textarea - type: textarea
attributes: attributes:
label: Expected Behavior label: 期望行为 | Expected Behavior
description: A concise description of what you expected to happen. description: |
准确描述预期的行为。
A concise description of what you expected to happen.
validations: validations:
required: false required: false
- type: textarea - type: textarea
attributes: attributes:
label: Steps To Reproduce label: 复现方法 | Steps To Reproduce
description: Steps to reproduce the behavior. description: |
复现当前行为的详细步骤。
Steps to reproduce the behavior.
placeholder: | placeholder: |
1. In this environment... 1. In this environment...
1. With this config... 2. With this config...
1. Run '...' 3. Run '...'
1. See error... 4. See error...
validations: validations:
required: false required: false
- type: textarea - type: textarea
attributes: attributes:
label: Environment label: 运行环境 | Environment
description: | description: |
examples: examples:
- **OS**: Ubuntu 20.04 - **OS**: Ubuntu 20.04
@ -54,8 +62,12 @@ body:
required: false required: false
- type: textarea - type: textarea
attributes: attributes:
label: Anything else? label: 备注 | Anything else?
description: | description: |
您可以在这里补充其他关于该问题背景信息的描述、链接或引用等。
您可以通过点击高亮此区域然后拖动文件的方式上传图片或日志文件。
Links? References? Anything that will give us more context about the issue you are encountering! Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.

@ -1,5 +1,5 @@
name: "💡 Feature Request" name: "💡 Feature Request"
description: Create a new ticket for a new feature request description: 创建新功能请求 | Create a new ticket for a new feature request
title: "💡 [REQUEST] - <title>" title: "💡 [REQUEST] - <title>"
labels: [ labels: [
"question" "question"
@ -8,39 +8,48 @@ body:
- type: input - type: input
id: start_date id: start_date
attributes: attributes:
label: "Start Date" label: "起始日期 | Start Date"
description: Start of development description: |
起始开发日期
Start of development
placeholder: "month/day/year" placeholder: "month/day/year"
validations: validations:
required: false required: false
- type: textarea - type: textarea
id: implementation_pr id: implementation_pr
attributes: attributes:
label: "Implementation PR" label: "实现PR | Implementation PR"
description: Pull request used description: |
实现该功能的Pull request
Pull request used
placeholder: "#Pull Request ID" placeholder: "#Pull Request ID"
validations: validations:
required: false required: false
- type: textarea - type: textarea
id: reference_issues id: reference_issues
attributes: attributes:
label: "Reference Issues" label: "相关Issues | Reference Issues"
description: Common issues description: |
与该功能相关的issues
Common issues
placeholder: "#Issues IDs" placeholder: "#Issues IDs"
validations: validations:
required: false required: false
- type: textarea - type: textarea
id: summary id: summary
attributes: attributes:
label: "Summary" label: "摘要 | Summary"
description: Provide a brief explanation of the feature description: |
placeholder: Describe in a few lines your feature request 简要描述新功能的特点
Provide a brief explanation of the feature
placeholder: |
Describe in a few lines your feature request
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: basic_example id: basic_example
attributes: attributes:
label: "Basic Example" label: "基本示例 | Basic Example"
description: Indicate here some basic examples of your feature. description: Indicate here some basic examples of your feature.
placeholder: A few specific words about your feature request. placeholder: A few specific words about your feature request.
validations: validations:
@ -48,16 +57,22 @@ body:
- type: textarea - type: textarea
id: drawbacks id: drawbacks
attributes: attributes:
label: "Drawbacks" label: "缺陷 | Drawbacks"
description: What are the drawbacks/impacts of your feature request ? description: |
placeholder: Identify the drawbacks and impacts while being neutral on your feature request 该新功能有哪些缺陷/可能造成哪些影响?
What are the drawbacks/impacts of your feature request ?
placeholder: |
Identify the drawbacks and impacts while being neutral on your feature request
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: unresolved_question id: unresolved_question
attributes: attributes:
label: "Unresolved questions" label: "未解决问题 | Unresolved questions"
description: What questions still remain unresolved ? description: |
placeholder: Identify any unresolved issues. 有哪些尚未解决的问题?
What questions still remain unresolved ?
placeholder: |
Identify any unresolved issues.
validations: validations:
required: false required: false
Loading…
Cancel
Save