This commit is contained in:
2026-01-19 18:26:36 +08:00
4 changed files with 66 additions and 4 deletions
@@ -1,12 +1,15 @@
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 +36,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 +54,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
@@ -1,6 +1,6 @@
name: 功能请求 | Feature Request
description: 提出你对本项目的功能建议 | Suggest an idea for this project
labels: [enhancement]
type: Feature
body:
- type: markdown
attributes:
+36
View File
@@ -0,0 +1,36 @@
---
name: (Markdown Template) Bug 报告 | Bug Report
about: 反馈软件缺陷或异常 | Report a bug to help us improve
title: "[Version x.x.x] <your title>"
type: Bug
---
<!---请注意,你正在使用Markdown格式的Issue模板,如果你删除该模板的框架、更改问题的tag/类型/受理人或者不按照规范填写,你的Issue可能被直接关闭,如果你对Markdown不熟悉,请使用位于该选项下方的反馈入口继续反馈,感谢配合!-->
<!---感谢你的反馈!请详细填写以下内容,便于我们定位问题。-->
<!---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!-->
### 软件版本 | App Version (必填 | Required)
<!---可在设置中的"关于"界面查看 | You can find it on the "About" interface in the settings-->
<!---例如 v1.2.3 | e.g. v1.2.3-->
### 操作系统及版本 | OS & Version (必填 | Required)
<!---例如 Windows 10 22H2 64位 | e.g. Windows 10 22H2 64bit-->
### 问题描述 | Description (必填 | Required)
<!---简要描述遇到的问题 | Briefly describe the problem-->
### 复现步骤 | Steps to Reproduce (必填 | Required)
<!---如何复现该问题?如有必要可附截图/录屏/触发该问题的文件 | How to reproduce this bug? Screenshots/recordings/specific files if needed-->
1.
2.
3.
### 期望结果 | Expected Behavior (必填 | Required)
<!---你期望的正确行为或结果 | What did you expect to happen?-->
### 其他补充信息 | Additional Info (可选 | Optional)
<!---其他相关信息(如日志文件、崩溃日志文件、配置文件、特殊环境等)| Any other context, logs, crash logs, configs, special environment, etc.-->
@@ -0,0 +1,23 @@
---
name: (Markdown Template) 功能请求 | Feature Request
about: 提出你对本项目的功能建议 | Suggest an idea for this project
title: "[Feature Request] "
type: Feature
---
<!---请注意,你正在使用Markdown格式的Issue模板,如果你删除该模板的框架、更改问题的tag/类型/受理人或者不按照规范填写,你的Issue可能被直接关闭,如果你对Markdown不熟悉,请使用位于该选项下方的反馈入口继续反馈,感谢配合!-->
<!---感谢你的建议!请详细描述你的需求。-->
<!---Thank you for your suggestion! Please describe your needs in detail.-->
### 功能描述 | Description (必填 | Required)
<!---请描述你希望添加的功能 | Describe the feature you want-->
### 需求动机 | Motivation (必填 | Required)
<!---为什么需要这个功能?| Why do you need this feature?-->
### 期望设计 | Expected Design (可选 | Optional)
<!---描述或画出你期望的界面或交互 | Describe or sketch the expected UI/UX-->
### 其他补充信息 | Additional Info (可选 | Optional)
<!---其他补充说明或建议 | Any other context or suggestions-->