From 9e4c680a1afd5961c8dddf56630e6ff25dc0e24d Mon Sep 17 00:00:00 2001 From: Milk <1871357815@qq.com> Date: Mon, 24 May 2021 15:38:12 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/----.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/bug--.md | 4 ++++ .github/ISSUE_TEMPLATE/bug_report.md | 22 ---------------------- 3 files changed, 14 insertions(+), 22 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/----.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md new file mode 100644 index 0000000..efa48e7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----.md @@ -0,0 +1,10 @@ +--- +name: 其他问题 +about: 创建一个报告以帮助我们改进 +title: '' +labels: '' +assignees: '' + +--- + +**在此写下你的问题** diff --git a/.github/ISSUE_TEMPLATE/bug--.md b/.github/ISSUE_TEMPLATE/bug--.md index b9a2636..fb25d6b 100644 --- a/.github/ISSUE_TEMPLATE/bug--.md +++ b/.github/ISSUE_TEMPLATE/bug--.md @@ -19,4 +19,8 @@ assignees: nnjun - 设备: [小米10] - Android版本: [10] +**运行日志** +请提供运行时所有Logcat日志以便我们排查问题,如果您不是开发者请重现问题之后,提供手机存储:/Download/top.niunaijun.blackdex32(64)_logcat.txt 文件的内容,此内容重启应用将重置,请勿重启应用后才发送。 + + **其他说明** diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 95dce2f..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: nnjun - ---- - -**描述错误** -简要说明遇到了什么问题 - -**重现** -重现该行为的步骤: -1.xxx -2.xxx - -**设备信息** - - 设备: [小米10] - - Android版本: [10] - -**其他说明**