Update issue templates

This commit is contained in:
Masterain
2023-09-10 20:11:53 -07:00
parent 4da0258f7b
commit c24cca58bf
2 changed files with 10 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
name: 问题反馈 name: BUG Report 问题反馈
description: 告诉我们你的问题 description: 告诉我们你的问题
title: "[Bug]: 在这里填写一个合适的标题" title: "[Bug]: 在这里填写一个合适的标题"
labels: ["BUG"]
body: body:
- type: markdown - type: markdown
attributes: attributes:

View File

@@ -1,6 +1,6 @@
name: 功能请求 name: Feature Request 功能请求
description: 告诉我们你的想法 description: Tell us about your thought 告诉我们你的想法
title: "[Feat]: 在这里填写一个合适的标题" title: "[Feat]: Place your title here 在这里填写一个合适的标题"
labels: ["功能"] labels: ["功能"]
assignees: assignees:
- Lightczx - Lightczx
@@ -8,20 +8,21 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Please fill the form below
请按下方的要求填写完整的问题表单。 请按下方的要求填写完整的问题表单。
- type: textarea - type: textarea
id: back id: back
attributes: attributes:
label: 背景与动机 label: Background & Motivation 背景与动机
description: 添加此功能的理由,如果你想要实现多个功能,请分别发起多个单独的 Issue description: Reason why this feature is needed. If multiple features is requested, please open multiple issues for each of them. 添加此功能的理由,如果你想要实现多个功能,请分别发起多个单独的 Issue
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: req id: req
attributes: attributes:
label: 想要实现或优化的功能 label: Detail of the Feature 想要实现或优化的功能
description: 详细的描述一下你想要的功能,描述的越具体,采纳的可能性越高 description: Descripbe the feaure in detail. The more detailed and convincing the desciprtion the more likyly feature will be accepted. 详细的描述一下你想要的功能,描述的越具体,采纳的可能性越高
validations: validations:
required: true required: true