From b9bd5ea9718b334f3c8658ef15e1550ebb3e96e1 Mon Sep 17 00:00:00 2001 From: zzyyyl Date: Wed, 10 Aug 2022 14:24:17 +0800 Subject: [PATCH] chore: Update issue template --- .github/ISSUE_TEMPLATE/-----bug-report-.yaml | 2 +- .../ISSUE_TEMPLATE/-----bug-report-en-.yaml | 74 +++++++++++++++++++ .../ISSUE_TEMPLATE/-----feature-request-.yaml | 2 +- .../-----feature-request-en-.yaml | 23 ++++++ .github/ISSUE_TEMPLATE/---others-.md | 6 +- .github/ISSUE_TEMPLATE/---others-en-.md | 10 +++ 6 files changed, 112 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/-----bug-report-en-.yaml create mode 100644 .github/ISSUE_TEMPLATE/-----feature-request-en-.yaml create mode 100644 .github/ISSUE_TEMPLATE/---others-en-.md diff --git a/.github/ISSUE_TEMPLATE/-----bug-report-.yaml b/.github/ISSUE_TEMPLATE/-----bug-report-.yaml index 64a469923b..af469206c6 100644 --- a/.github/ISSUE_TEMPLATE/-----bug-report-.yaml +++ b/.github/ISSUE_TEMPLATE/-----bug-report-.yaml @@ -1,4 +1,4 @@ -name: 问题反馈(Bug report) +name: 问题反馈 description: 识别错误、操作异常、连接错误等 labels: ['bug'] body: diff --git a/.github/ISSUE_TEMPLATE/-----bug-report-en-.yaml b/.github/ISSUE_TEMPLATE/-----bug-report-en-.yaml new file mode 100644 index 0000000000..4bd3c89547 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-----bug-report-en-.yaml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/-----feature-request-.yaml b/.github/ISSUE_TEMPLATE/-----feature-request-.yaml index e7158589da..d7573041b3 100644 --- a/.github/ISSUE_TEMPLATE/-----feature-request-.yaml +++ b/.github/ISSUE_TEMPLATE/-----feature-request-.yaml @@ -1,4 +1,4 @@ -name: 需求建议(Feature request) +name: 需求建议 description: 新功能、建议等 labels: ['enhancement'] body: diff --git a/.github/ISSUE_TEMPLATE/-----feature-request-en-.yaml b/.github/ISSUE_TEMPLATE/-----feature-request-en-.yaml new file mode 100644 index 0000000000..9a2fc286da --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-----feature-request-en-.yaml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/---others-.md b/.github/ISSUE_TEMPLATE/---others-.md index 209760a952..1733ef5c62 100644 --- a/.github/ISSUE_TEMPLATE/---others-.md +++ b/.github/ISSUE_TEMPLATE/---others-.md @@ -1,8 +1,8 @@ --- -name: 其他(Others) -about: 其他议题 +name: 其他 +about: 提出问题,但不是报告错误或需求建议 title: '' -labels: '' +labels: 'question' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/---others-en-.md b/.github/ISSUE_TEMPLATE/---others-en-.md new file mode 100644 index 0000000000..1bd75ae71e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---others-en-.md @@ -0,0 +1,10 @@ +--- +name: Others +about: Ask a question rather than a bug report or feature request. +title: '' +labels: 'question' +assignees: '' + +--- + +