From c24cca58bf5c468b215ad764a36c08a86632374a Mon Sep 17 00:00:00 2001 From: Masterain Date: Sun, 10 Sep 2023 20:11:53 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 3 ++- .github/ISSUE_TEMPLATE/feature-request.yml | 15 ++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c577fa8c..446c5bcd 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,7 @@ -name: 问题反馈 +name: BUG Report 问题反馈 description: 告诉我们你的问题 title: "[Bug]: 在这里填写一个合适的标题" +labels: ["BUG"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index f7b5b229..3eaa04d1 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,6 +1,6 @@ -name: 功能请求 -description: 告诉我们你的想法 -title: "[Feat]: 在这里填写一个合适的标题" +name: Feature Request 功能请求 +description: Tell us about your thought 告诉我们你的想法 +title: "[Feat]: Place your title here 在这里填写一个合适的标题" labels: ["功能"] assignees: - Lightczx @@ -8,20 +8,21 @@ body: - type: markdown attributes: value: | + Please fill the form below 请按下方的要求填写完整的问题表单。 - type: textarea id: back attributes: - label: 背景与动机 - description: 添加此功能的理由,如果你想要实现多个功能,请分别发起多个单独的 Issue + label: Background & Motivation 背景与动机 + description: Reason why this feature is needed. If multiple features is requested, please open multiple issues for each of them. 添加此功能的理由,如果你想要实现多个功能,请分别发起多个单独的 Issue validations: required: true - type: textarea id: req attributes: - label: 想要实现或优化的功能 - description: 详细的描述一下你想要的功能,描述的越具体,采纳的可能性越高 + label: Detail of the Feature 想要实现或优化的功能 + description: Descripbe the feaure in detail. The more detailed and convincing the desciprtion the more likyly feature will be accepted. 详细的描述一下你想要的功能,描述的越具体,采纳的可能性越高 validations: required: true \ No newline at end of file