From 5714e26c4dcdbe2d38dcad0cd6150415dd9ef2b7 Mon Sep 17 00:00:00 2001 From: lollipopkit Date: Sat, 13 May 2023 21:55:51 +0800 Subject: [PATCH] Update `ISSUE_TEMPLATE` --- .github/ISSUE_TEMPLATE/bug_report.md | 13 ++++++---- .github/ISSUE_TEMPLATE/bug_report_cn.md | 34 +++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report_cn.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 101e2e9a..f4c51267 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,16 +17,19 @@ Steps to reproduce the behavior: 3. Scroll down to '....' 4. See error -**Expected behavior** -A clear and concise description of what you expected to happen. +**Desired Results** +A clear description of the result you expected. + +**Actual Results** +A clear description of the actual result. **Screenshots** If applicable, add screenshots(both bug screen and logs screen) to help explain your problem. -**Device (please complete the following information):** - - OS: [e.g. iOS16 or Android13] - - Version [e.g. 1.0.302] +**Device** +- OS: e.g. iOS16 or Android13 +- App Version: e.g. 1.0.302 **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report_cn.md b/.github/ISSUE_TEMPLATE/bug_report_cn.md new file mode 100644 index 00000000..15faf4bd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report_cn.md @@ -0,0 +1,34 @@ +--- +name: Bug 反馈 +about: 帮助我们改进错误 +title: '' +labels: '' +assignees: '' + +--- + +**描述BUG** +一个关于BUG的清晰描述。 + +**复现步骤** +如何复现: +1. 打开 '...' +2. 点击 '....' +3. 滚动到 '....' +4. 看到错误 + +**期望结果** +一个关于你期望的结果的清晰描述。 + +**实际结果** +一个关于实际结果的清晰描述。 + +**截图** +如果可以,请添加截图(包括错误界面和日志界面)来帮助解释你的问题。 + +**设备** + - 系统: e.g. iOS16 or Android13 + - App版本: e.g. 1.0.302 + +**更多信息** +在这里添加关于这个问题的更多信息。