legado/.github/ISSUE_TEMPLATE/01-bugReport.yml

62 lines
2.0 KiB
YAML
Raw Permalink Normal View History

2023-01-31 10:46:46 +08:00
name: BUG提交 / BUG Report
2023-03-21 11:03:11 +08:00
description: Report bugs to developers
labels: ["BUG"]
body:
2022-11-14 13:26:00 +08:00
- type: checkboxes
attributes:
2023-01-31 10:46:46 +08:00
label: 确认 / Assignments
description: 提交issue请确保完成以下前提否则该issue可能被忽略 / Make sure you read checkboxs below
2022-11-14 13:26:00 +08:00
options:
2023-02-01 14:47:03 +08:00
- label: 搜索现有issues不存在相似或相关的issue / No similar or related issues
2022-11-14 13:26:00 +08:00
required: true
2023-12-01 12:20:18 +08:00
- label: 最新[测试版](https://github.com/gedoor/legado/actions/workflows/test.yml)依然存在此问题 / Latest beta app does not work
2022-11-14 13:26:00 +08:00
required: true
2024-06-28 12:20:18 +08:00
- label: 此问题和Xposed、Lsposed、Magisk、手机主题、浏览器插件、无障碍服务等无关 / Make sure your machine is not touched by hook frameworks, plugins, accessibility etc
2022-11-14 13:26:00 +08:00
required: true
- type: textarea
attributes:
2023-01-31 10:46:46 +08:00
label: 问题描述 / Describe Bugs
validations:
required: true
- type: textarea
attributes:
2023-01-31 10:46:46 +08:00
label: 复现步骤 / How to reproduce
validations:
required: true
2023-03-21 11:03:11 +08:00
- type: checkboxes
attributes:
2023-03-21 11:05:15 +08:00
label: 确认 / Assignment
2023-03-21 11:03:11 +08:00
options:
- label: 已经提交复现所需要的附加资料 / Submit additions related with bugs
required: true
2023-03-21 11:04:31 +08:00
- type: textarea
attributes:
label: 其他信息 / Additions
2023-04-01 18:53:31 +08:00
placeholder: "请用```将提交的内容包裹"
2023-03-21 11:04:31 +08:00
- type: textarea
attributes:
2023-01-31 10:46:46 +08:00
label: 日志提交 / Relevant log output
description: 阅读日志位于我的-关于-崩溃日志、书架-右上角-日志或者自行使用log工具抓取日志
2023-04-01 18:53:31 +08:00
placeholder: "请用```将日志内容包裹"
- type: input
attributes:
2023-02-01 14:47:03 +08:00
label: 阅读版本 / Legado version
placeholder: "3.22.110823"
validations:
required: true
- type: input
attributes:
2023-02-01 14:47:03 +08:00
label: Android版本 / Android version
placeholder: "Android 12"
validations:
required: true
- type: input
attributes:
2023-01-31 10:46:46 +08:00
label: 机型 / Model
placeholder: "Redmi K30 Pro"
validations:
required: true