From 842e1c0d6cd0ffa24f795840235b6d0536665efe Mon Sep 17 00:00:00 2001 From: doudou0720 <98651603+doudou0720@users.noreply.github.com> Date: Sun, 18 Jan 2026 21:26:09 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat=20(OpenSourceManagement):Issue?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=20(#354)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{bug_report.yml => 01-bug_report.yml} | 8 +++-- ...ure_request.yml => 02-feature_request.yml} | 2 +- .github/ISSUE_TEMPLATE/03-bug_report.md | 35 +++++++++++++++++++ .github/ISSUE_TEMPLATE/04-feature_request.md | 23 ++++++++++++ 4 files changed, 64 insertions(+), 4 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.yml => 01-bug_report.yml} (70%) rename .github/ISSUE_TEMPLATE/{feature_request.yml => 02-feature_request.yml} (98%) create mode 100644 .github/ISSUE_TEMPLATE/03-bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/04-feature_request.md 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) + From 51ed642c35d5e2fc08247527079d118e2b8ade32 Mon Sep 17 00:00:00 2001 From: doudou0720 <98651603+doudou0720@users.noreply.github.com> Date: Sun, 18 Jan 2026 22:29:16 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix=20(Issue=20Template):=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E9=83=A8=E5=88=86=E7=AC=94=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close #353 --- .github/ISSUE_TEMPLATE/01-bug_report.yml | 1 + .github/ISSUE_TEMPLATE/03-bug_report.md | 4 +++- .github/ISSUE_TEMPLATE/04-feature_request.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug_report.yml b/.github/ISSUE_TEMPLATE/01-bug_report.yml index bbfff4b1..6b76303f 100644 --- a/.github/ISSUE_TEMPLATE/01-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug_report.yml @@ -7,6 +7,7 @@ body: 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 diff --git a/.github/ISSUE_TEMPLATE/03-bug_report.md b/.github/ISSUE_TEMPLATE/03-bug_report.md index fd2a1c29..13380d82 100644 --- a/.github/ISSUE_TEMPLATE/03-bug_report.md +++ b/.github/ISSUE_TEMPLATE/03-bug_report.md @@ -5,10 +5,12 @@ title: "[Version x.x.x] " type: Bug --- - + + diff --git a/.github/ISSUE_TEMPLATE/04-feature_request.md b/.github/ISSUE_TEMPLATE/04-feature_request.md index 2d44497d..8d5d06a2 100644 --- a/.github/ISSUE_TEMPLATE/04-feature_request.md +++ b/.github/ISSUE_TEMPLATE/04-feature_request.md @@ -5,7 +5,7 @@ title: "[Feature Request] " type: Feature --- - + From 8078d0f137c3465cbd4f711aabac5649794e99ab Mon Sep 17 00:00:00 2001 From: doudou0720 <98651603+doudou0720@users.noreply.github.com> Date: Sun, 18 Jan 2026 22:35:58 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix=20(Issue=20Template):=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/03-bug_report.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/03-bug_report.md b/.github/ISSUE_TEMPLATE/03-bug_report.md index 13380d82..0627c2d3 100644 --- a/.github/ISSUE_TEMPLATE/03-bug_report.md +++ b/.github/ISSUE_TEMPLATE/03-bug_report.md @@ -5,8 +5,7 @@ title: "[Version x.x.x] " type: Bug --- - +