diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/01-bug_report.yml similarity index 70% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/01-bug_report.yml index 0f826f70..bbfff4b1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug_report.yml @@ -1,12 +1,14 @@ name: Bug 报告 | Bug Report description: 反馈软件缺陷或异常 | Report a bug to help us improve -labels: [bug] +type: Bug body: - type: markdown attributes: value: | 感谢你的反馈!请详细填写以下内容,便于我们定位问题。 Thank you for your feedback! Please fill out the following information to help us locate the issue. + 在报告问题之前,请确保你的软件已经更新到最新Beta版本,否则我们可能会无条件直接关闭该Issue,感谢配合! + Before reporting the issue, please make sure your software has been updated to the latest Beta version. Otherwise, we may unconditionally close this Issue without any further notice. Thank you for your cooperation! - type: input id: version attributes: @@ -33,7 +35,7 @@ body: id: steps attributes: label: 复现步骤 | Steps to Reproduce - description: 如何复现该问题?如有必要可附截图/录屏 | How to reproduce this bug? Screenshots/recordings if needed + description: 如何复现该问题?如有必要可附截图/录屏/触发该问题的文件 | How to reproduce this bug? Screenshots/recordings/specific files if needed placeholder: | 1. 2. @@ -51,6 +53,6 @@ body: id: extra attributes: label: 其他补充信息 | Additional Info - description: 其他相关信息(如日志、配置、特殊环境等)| Any other context, logs, configs, special environment, etc. + description: 其他相关信息(如日志文件、崩溃日志文件、配置文件、特殊环境等)| Any other context, logs, crash logs, configs, special environment, etc. validations: required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/02-feature_request.yml similarity index 98% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/02-feature_request.yml index 276b7afb..1cf069c2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/02-feature_request.yml @@ -1,6 +1,6 @@ name: 功能请求 | Feature Request description: 提出你对本项目的功能建议 | Suggest an idea for this project -labels: [enhancement] +type: Feature body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/03-bug_report.md b/.github/ISSUE_TEMPLATE/03-bug_report.md new file mode 100644 index 00000000..fd2a1c29 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03-bug_report.md @@ -0,0 +1,35 @@ +--- +name: (Markdown Template) Bug 报告 | Bug Report +about: 反馈软件缺陷或异常 | Report a bug to help us improve +title: "[Version x.x.x] " +type: Bug +--- + + + + + + + + +### 软件版本 | App Version (必填 | Required) + + + +### 操作系统及版本 | OS & Version (必填 | Required) + + +### 问题描述 | Description (必填 | Required) + + +### 复现步骤 | Steps to Reproduce (必填 | Required) + +1. +2. +3. + +### 期望结果 | Expected Behavior (必填 | Required) + + +### 其他补充信息 | Additional Info (可选 | Optional) + diff --git a/.github/ISSUE_TEMPLATE/04-feature_request.md b/.github/ISSUE_TEMPLATE/04-feature_request.md new file mode 100644 index 00000000..2d44497d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04-feature_request.md @@ -0,0 +1,23 @@ +--- +name: (Markdown Template) 功能请求 | Feature Request +about: 提出你对本项目的功能建议 | Suggest an idea for this project +title: "[Feature Request] " +type: Feature +--- + + + + + + +### 功能描述 | Description (必填 | Required) + + +### 需求动机 | Motivation (必填 | Required) + + +### 期望设计 | Expected Design (可选 | Optional) + + +### 其他补充信息 | Additional Info (可选 | Optional) +