mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
chore: Update issue template
This commit is contained in:
2
.github/ISSUE_TEMPLATE/-----bug-report-.yaml
vendored
2
.github/ISSUE_TEMPLATE/-----bug-report-.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: 问题反馈(Bug report)
|
||||
name: 问题反馈
|
||||
description: 识别错误、操作异常、连接错误等
|
||||
labels: ['bug']
|
||||
body:
|
||||
|
||||
74
.github/ISSUE_TEMPLATE/-----bug-report-en-.yaml
vendored
Normal file
74
.github/ISSUE_TEMPLATE/-----bug-report-en-.yaml
vendored
Normal 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
|
||||
@@ -1,4 +1,4 @@
|
||||
name: 需求建议(Feature request)
|
||||
name: 需求建议
|
||||
description: 新功能、建议等
|
||||
labels: ['enhancement']
|
||||
body:
|
||||
|
||||
23
.github/ISSUE_TEMPLATE/-----feature-request-en-.yaml
vendored
Normal file
23
.github/ISSUE_TEMPLATE/-----feature-request-en-.yaml
vendored
Normal 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
|
||||
6
.github/ISSUE_TEMPLATE/---others-.md
vendored
6
.github/ISSUE_TEMPLATE/---others-.md
vendored
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: 其他(Others)
|
||||
about: 其他议题
|
||||
name: 其他
|
||||
about: 提出问题,但不是报告错误或需求建议
|
||||
title: ''
|
||||
labels: ''
|
||||
labels: 'question'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
10
.github/ISSUE_TEMPLATE/---others-en-.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/---others-en-.md
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: Others
|
||||
about: Ask a question rather than a bug report or feature request.
|
||||
title: ''
|
||||
labels: 'question'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user