mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-20 23:14:28 +08:00
[Chore] Add Issue templates
This commit is contained in:
67
.github/ISSUE_TEMPLATE/bugReport.yml
vendored
Normal file
67
.github/ISSUE_TEMPLATE/bugReport.yml
vendored
Normal 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)
|
||||
Reference in New Issue
Block a user