chore: Update issue template

This commit is contained in:
zzyyyl
2022-08-10 14:24:17 +08:00
committed by zzyyyl
parent a34803bc61
commit b9bd5ea971
6 changed files with 112 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
name: 问题反馈Bug report
name: 问题反馈
description: 识别错误、操作异常、连接错误等
labels: ['bug']
body:

View File

@@ -0,0 +1,74 @@
name: Bug Report
description: >-
Recognition errors, operation abnormalities,
connection errors, etc.
labels: ['bug']
body:
- type: checkboxes
id: checks
attributes:
label: Before raising the issue...
options:
- label: >-
I understand that Issues are for feedback and problem solving,
not trolling the comments section, and will provide as
much information as possible to help solve the problem.
required: true
- label: >-
I spent at least 5 minutes thinking and preparing
before raising the issue.
required: true
- label: >-
I have read the FAQ and the User Manual in the documentation
and believe that this is most likely a bug and not designed
to be so.
required: true
- label: >-
I have checked the latest beta update and there is no mention
of the bug being fixed.
required: true
- type: textarea
id: describe
attributes:
label: Description
description: Describe your problem in as much detail as possible
validations:
required: true
- type: textarea
id: logs
attributes:
label: Log files
description: >-
Upload the `asst.log` log file from the software directory and
indicate the approximate point in time when the problem occurred.
Please drag and drop the full file in, not your own cuttings;
compress it before uploading if too large.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: >-
If available, add screenshots to help explain your problem,
including but not limited to screenshots of MAA software,
screenshots of game screens.
If the problem is recognition related, please help by providing
the original image taken by the emulator's own screenshot tool
(or via adb).
validations:
required: false
- type: textarea
id: others
attributes:
label: Anthing else?
description: >-
Emulator used, operating system, related configuration, links,
reference material, etc.
Anything that will give us more insight into the problem
you are having.
validations:
required: false

View File

@@ -1,4 +1,4 @@
name: 需求建议Feature request
name: 需求建议
description: 新功能、建议等
labels: ['enhancement']
body:

View File

@@ -0,0 +1,23 @@
name: Feature Request
description: New features, suggestions, etc.
labels: ['enhancement']
body:
- type: textarea
id: describe
attributes:
label: The problems you have encountered?
validations:
required: false
- type: textarea
id: solution
attributes:
label: Any good ideas?
validations:
required: false
- type: textarea
id: additional
attributes:
label: Additional
description: Any other background, screen shots, etc.
validations:
required: false

View File

@@ -1,8 +1,8 @@
---
name: 其他Others
about: 其他议题
name: 其他
about: 提出问题,但不是报告错误或需求建议
title: ''
labels: ''
labels: 'question'
assignees: ''
---

10
.github/ISSUE_TEMPLATE/---others-en-.md vendored Normal file
View File

@@ -0,0 +1,10 @@
---
name: Others
about: Ask a question rather than a bug report or feature request.
title: ''
labels: 'question'
assignees: ''
---