diff --git "a/.github/ISSUE_TEMPLATE/bug-report---bug-\345\217\215\351\246\210.md" "b/.github/ISSUE_TEMPLATE/bug-report---bug-\345\217\215\351\246\210.md" deleted file mode 100644 index 2004e874..00000000 --- "a/.github/ISSUE_TEMPLATE/bug-report---bug-\345\217\215\351\246\210.md" +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: Bug report / Bug 反馈 -about: Create a report to help us improve / 创建报告来帮助我们改进 -title: "[BUG]" -labels: bug -assignees: '' - ---- - -**Describe the bug / Bug 描述** -A clear and concise description of what the bug is. - -**To Reproduce / 复现步骤** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior / 预期行为** -A clear and concise description of what you expected to happen. - -**Screenshots / 截图** -If applicable, add screenshots to help explain your problem. - -**Android Phone (please complete the following information):** - - App Version [e.g. v1.9.6] - - Device: [e.g. Pixel 6] - - OS: [e.g. Google / MIUI] - - Version [e.g. Android 13] - -**Additional context / 附加内容** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 00000000..80f08933 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,82 @@ +name: Bug Report / Bug 反馈 +description: Report a bug / 反馈一个 Bug +labels: [ "bug" ] +title: "[BUG] " +body: + - type: checkboxes + id: checklist + attributes: + label: Checklist / 检查清单 + description: Ensure that our bug report form is appropriate for you. / 确保我们的错误报告表单适合您。 + options: + - label: No one has submitted a similar or identical bug report before. / 之前没有人提交过类似或相同的 bug report。 + required: true + - label: I'm using the latest version of Easter Eggs. / 我正在使用 Easter Eggs 的最新版本。 + required: true + - type: textarea + id: version + attributes: + label: Easter Eggs version / Easter Eggs 版本 + description: Please select the version you are using / 请选择正在使用的版本 + placeholder: | + e.g. v1.9.7 + validations: + required: true + - type: textarea + id: bug + attributes: + label: Bug description / Bug 描述 + description: Please describe the bug / 请描述 bug 详情 + placeholder: | + e.g. Crashed when generating snapshot. + validations: + required: true + - type: textarea + id: expected + attributes: + label: Expected behavior / 预期行为 + description: What did you expect to happen? / 你预期会发生什么? + placeholder: | + e.g. A New snapshot! + validations: + required: true + - type: textarea + id: actual + attributes: + label: Actual behavior / 实际行为 + description: What happened instead? / 反而发生了什么? + placeholder: | + e.g. Crashed. + validations: + required: true + - type: textarea + id: steps + attributes: + label: Steps to reproduce / 复现步骤 + description: How to reproduce the bug. / 如何复现这个 bug。 + placeholder: | + 1. Open the app + 2. Crashed + + What an app. + - type: input + id: ui + attributes: + label: UI / OS + description: Your system UI or OS / 你的系统 UI 或 OS + placeholder: MIUI / Harmony OS / OneUI / etc. + validations: + required: true + - type: input + id: android + attributes: + label: Android Version / Android 版本 + description: Your Android Version / 你的 Android 版本 + placeholder: "12" + validations: + required: true + - type: textarea + id: additional + attributes: + label: Additional info / 额外信息 + description: Everything else you consider worthy that we didn't ask for. / 任何你觉得值得说的。 diff --git "a/.github/ISSUE_TEMPLATE/feature-request---\345\212\237\350\203\275\350\246\201\346\261\202.md" b/.github/ISSUE_TEMPLATE/feature-request.md similarity index 98% rename from ".github/ISSUE_TEMPLATE/feature-request---\345\212\237\350\203\275\350\246\201\346\261\202.md" rename to .github/ISSUE_TEMPLATE/feature-request.md index 7f933d31..f6869b85 100644 --- "a/.github/ISSUE_TEMPLATE/feature-request---\345\212\237\350\203\275\350\246\201\346\261\202.md" +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,7 +1,7 @@ --- name: Feature request / 功能要求 about: Suggest an idea for this project / 为这个项目提出一个想法 -title: "[FR]" +title: "[FR] " labels: enhancement assignees: ''