[skip ci] Update issue templates (#1071)

This commit is contained in:
tehcneko 2021-09-06 18:42:43 +08:00 committed by GitHub
parent 4d6c3821f3
commit 1a363892e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 105 additions and 59 deletions

View File

@ -1,50 +0,0 @@
---
name: Bug report
about: Bug report / Your issue will be close if you don't follow this template
title: "[BUG] "
labels:
assignees: ''
---
<!--
如果你遇到了卡开机的问题,请确保在提交错误报告之前禁用了所有无关的 Xposed 模块和 Magisk 模块
If you encountered boot loop, please make sure you have disabled all unrelated Xposed and Magisk modules before submit an issue
无论如何,请使用英文标题
In any case, the title should be in English
-->
**什么情况/What happened?**
<!--
如无法开机/模块无效等
Such as bootloop, module not loaded, etc
-->
**Xposed模块列表/Xposed Module List**
<!--
如果为模块问题,请先确认出问题的具体是哪个模块。另外我们无法解决模块自身的问题,请直接联系模块作者。
If a module not working, please narrow down which specific module not working.
Mostly we can't help with module-specific issue, please contact their author first.
-->
**Magisk模块列表/Magisk Module List**
**版本信息/Versions**
Android:
Magisk:
Riru:
LSPosed:
**相关日志/Related Logs**
<!--
为了帮助我们定位问题,请使用 debug 版 LSPosed 模块抓取日志
Please capture log with debug version, otherwise it won't help us locating the issue
-->

75
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@ -0,0 +1,75 @@
name: Bug report
description: Report errors or unexpected behavior.
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thanks for reporting issues of LSPosed!
To make it easier for us to help you please enter detailed information below.
- type: textarea
attributes:
label: Steps to reproduce
placeholder: |
1.
2.
3.
validations:
required: true
- type: textarea
attributes:
label: Expected behaviour
placeholder: Tell us what should happen
validations:
required: true
- type: textarea
attributes:
label: Actual behaviour
placeholder: Tell us what happens instead
validations:
required: true
- type: textarea
attributes:
label: Xposed Module List
validations:
required: true
- type: textarea
attributes:
label: Magisk Module List
validations:
required: true
- type: input
attributes:
label: LSPosed version
description: Don't use 'latest', specify actual version, that's a reason to close your issue.
validations:
required: true
- type: input
attributes:
label: Android version
validations:
required: true
- type: input
attributes:
label: Magisk version
validations:
required: true
- type: input
attributes:
label: Riru version
validations:
required: true
- type: checkboxes
id: latest
attributes:
label: CI Version
description: By submitting this issue, you must use latest CI version of LSPosed
options:
- label: I am using latest CI version of LSPosed
required: true
- type: textarea
attributes:
label: Logs
placeholder: Insert log.txt here (if necessary)
render: shell

View File

@ -1,9 +0,0 @@
---
name: Feature request
about: Request for a new feature
title: "[FR] "
labels:
assignees: ''
---
**Detail**:

View File

@ -0,0 +1,30 @@
---
name: Feature request
description: Suggest an idea.
labels: [enhancement]
title: "[Feature Request] "
body:
- type: textarea
attributes:
label: Is your feature request related to a problem?
placeholder: A clear and concise description of what the problem is.
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like
placeholder: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
placeholder: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: true
- type: textarea
attributes:
label: Additional context
placeholder: Add any other context or screenshots about the feature request here.
validations:
required: false