From 39b779eab951243a341e7a4987e99a9548fd96ef Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Wed, 8 Feb 2023 13:25:55 +0800 Subject: [PATCH] Added new bug report issues template --- .github/ISSUE_TEMPLATE/bug_report.yml | 100 ++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..907eb85 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,100 @@ +name: Issues and Bugs Report / 问题与 BUG 反馈 +description: 问题反馈必须使用此模板进行提交 / Issues and bugs report must be submitted using this template +labels: [ bug ] +title: "[Issues and Bugs Report] (Briefly describe the cause of the problem)" +body: + - type: markdown + attributes: + value: | + ### Please fill in the specific reason and steps to reproduce the problem below. + + In the event of an exception, crash functional problem, you must submit a problem log, if not, your issues will be closed directly. + + ### 请在下方填写问题发生的具体原因和复现步骤。 + + 发生异常、崩溃、闪退或功能性问题,必须提交问题 Log (日志),没有 Log 的 issues 将直接被关闭。 + - type: input + attributes: + label: Module App version / 模块版本 + description: | + Please fill in the complete version of the Module App currently in use, for example: **1.0** + 请填写当前使用的模块完整版本号,例如:**1.0** + validations: + required: true + - type: input + attributes: + label: Device model and system in used / 正在使用的设备型号以及使用的系统 + description: | + Fill in the current device model and system here, the system such as (MIUI, ColorOS, OxygenOS, PE/Native) + 这里填写当前使用的设备型号以及使用的系统,系统例如 (MIUI、ColorOS、OxygenOS、PE/原生) + validations: + required: true + - type: dropdown + attributes: + label: Android version / Android 版本 + options: + - 13 + - 12L/12.1 + - 12 + - 11 + - 10 + - 9 + - 8.1 + - 8.0.0 + - 7.1.2 + - 7.1.1 + - 7.0 + validations: + required: true + - type: input + attributes: + label: Xposed Framework name and version / Xposed 框架名称与版本号 + description: | + Please fill in the currently used Xposed Framework, for example: **LSPosed 1.8.4 (version code)** + 请填写当前使用的 Xposed 框架,例如:**LSPosed 1.8.4 (次版本号)** + validations: + required: true + - type: input + attributes: + label: Xposed Modules with the same scope / 与当前同作用域的 Xposed 模块 + description: | + The scope of this module is the System Framework (Android System). + To ensure that the problem is not caused by conflicts with other modules, please be sure to fill in the relevant modules that you are currently activating at the same time. + If not, please fill in "none" directly below. + 此模块的作用域为系统框架 (Android 系统),为确保非其它模块冲突造成的问题,请一定要填写当前你同时激活的相关模块。 + 若没有,请直接在下方填写“无”。 + validations: + required: true + - type: textarea + attributes: + label: Describe in detail why the problem occurred / 详细描述问题发生的具体原因 + description: 请在下方详细描述问题发生的具体场景、复现步骤和经过,以便我们能够按照你所描述的步骤复现这个问题。 + validations: + required: true + - type: textarea + attributes: + label: Provide module problem logs or necessary logs / 提供模块问题 Log 或必要 Log + description: | + If you are using LSPosed, you can view and filter the logs containing `AppErrorsTracking` in the log management. + LSPosed 可在日志管理中查看并筛选包含 `AppErrorsTracking` 的日志。 + value: | +
Click to expand / 展开查看

+
+        (Paste problem log here / 此处粘贴问题 Log)
+
+        
+ + + validations: + required: true + - type: checkboxes + attributes: + label: Confirm the contents you submitted / 确认一下你提交的信息 + description: | + In order to ensure the quality of issues and avoid wasting unnecessary time, issues that do not check the options below will be closed directly. + Please make sure you have **checked the option below** before submitting. + 为了确保 issues 的质量和避免浪费不必要的时间,未勾选下方选项的 issues 将直接被关闭。 + 请一定确保你已经**勾选下方的选项**后再提交。 + options: + - label: I certify that the above contents is correct / 我确保上述信息准确无误 + required: false