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)
|
||||||
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
53
.github/ISSUE_TEMPLATE/featureRequest.yml
vendored
Normal file
53
.github/ISSUE_TEMPLATE/featureRequest.yml
vendored
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
name: 功能请求 / Feature Request
|
||||||
|
description: 提交你想要的新功能
|
||||||
|
labels: ["Feature"]
|
||||||
|
title: "[Feature Request] "
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 概述 / Overview
|
||||||
|
description: 简述你想要的新功能, 需要它做什么
|
||||||
|
placeholder:
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 背景 (可选) / Background info (Optional)
|
||||||
|
description: 有哪些因素让你想到了这个新功能? 它为什么对用户体验至关重要?
|
||||||
|
placeholder:
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 具体需求 / Detail Requirements
|
||||||
|
description: 请详细描述具体希望实现哪些目标, 以及提出你认为可能的实现思路
|
||||||
|
placeholder: |
|
||||||
|
我希望能够实现...
|
||||||
|
具体来讲, 包含:
|
||||||
|
1. 实现 XXX
|
||||||
|
2. XXXXXX
|
||||||
|
3. XXXXXX
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: HugoAura 版本 / HugoAura version
|
||||||
|
description: 创建此 Issue 时的最新 HugoAura 版本
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: confirms
|
||||||
|
attributes:
|
||||||
|
label: 提交前请确认 / Confirm before submit
|
||||||
|
options:
|
||||||
|
- label: 我已经在 [HugoAura Issues](https://github.com/HugoAura/Seewo-HugoAura/issues) 中查询过相关关键词, 并确定此功能请求是唯一的。
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: extraDesc
|
||||||
|
attributes:
|
||||||
|
label: 其他信息 (可选) / Additional info (Optional)
|
||||||
20
.github/ISSUE_TEMPLATE/other.yml
vendored
Normal file
20
.github/ISSUE_TEMPLATE/other.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
name: 其他问题 / Any Other
|
||||||
|
description: 其他任何类型的问题
|
||||||
|
labels: []
|
||||||
|
title: "[Question] "
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 你的问题 / Your question
|
||||||
|
placeholder: |
|
||||||
|
开发者能不能 v 我 50
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: confirms
|
||||||
|
attributes:
|
||||||
|
label: 提交前请确认 / Confirm before submit
|
||||||
|
options:
|
||||||
|
- label: 请勿利用此 Issue 类型进行灌水 / 闲聊, 如果您有相关需求, 可留意后续 HugoAura 的论坛 / 用户讨论群开放情况
|
||||||
|
required: true
|
||||||
Reference in New Issue
Block a user