[Chore] Add Issue templates

This commit is contained in:
Minoricew
2025-05-26 00:00:58 +08:00
parent 12f1040884
commit fece9a8805
4 changed files with 141 additions and 0 deletions

67
.github/ISSUE_TEMPLATE/bugReport.yml vendored Normal file
View File

@@ -0,0 +1,67 @@
name: 反馈异常 / Bug Report
description: 反馈应用中的问题, 或预期外的行为
labels: ["Bug"]
title: "[Bug] "
body:
- type: textarea
attributes:
label: 复现步骤 / Reproduce steps
placeholder: |
1. 首先, 我...
2. 然后, 出现了...
3. 最终...
validations:
required: true
- type: textarea
attributes:
label: 预期行为 / Expected behaviour
placeholder: |
1. 应用本来应该...
validations:
required: true
- type: textarea
attributes:
label: 实际行为 / Actual behaviour
placeholder: |
1. 事实上, 应用...
validations:
required: true
- type: input
attributes:
label: HugoAura 版本 / HugoAura version
validations:
required: true
- type: input
attributes:
label: 希沃管家版本 / Seewo Services version
validations:
required: true
- type: checkboxes
id: confirms
attributes:
label: 提交前请确认 / Confirm before submit
options:
- label: 我已经在 [HugoAura Issues](https://github.com/HugoAura/Seewo-HugoAura/issues) 中查询过相关关键词, 并确定此 Issue 是唯一的。
required: true
- label: 我已经确认, 我运行的 HugoAura 版本与希沃管家客户端版本相兼容
required: true
- type: textarea
attributes:
label: 日志 / Logs
description: 请前往 `用户文件夹/Documents/HugoAura/logs` 取得日志
placeholder: |
[LOG] Logger initialized. Log file: C:\...
[LOG] [HugoAura / Loaded] Aura is loaded!
validations:
required: false
- type: textarea
id: extraDesc
attributes:
label: 其他信息 (可选) / Additional info (Optional)