update readme and issue templates (#34)
* update readme and issue templates * remove issue labels
This commit is contained in:
parent
0fa05cd04d
commit
5220cf5ea5
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: 错误反馈 / Bug report / 不使用此模板提交会被close / Your issue will be close if not following this template
|
||||
about: Bug report / Your issue will be close if you don't follow this template
|
||||
title: "[BUG] "
|
||||
labels: bug
|
||||
labels:
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
|
@ -22,6 +22,11 @@ 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**
|
||||
|
|
@ -35,7 +40,7 @@ Magisk:
|
|||
|
||||
Riru:
|
||||
|
||||
LSPposed:
|
||||
LSPosed:
|
||||
|
||||
**相关日志/Related Logs**
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Request for a new feature
|
||||
title: "[FR] "
|
||||
labels:
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
**Detail**:
|
||||
|
|
@ -10,7 +10,7 @@ A Riru module trying to provide an ART hooking framework (initially for Android
|
|||
|
||||
## Supported Versions
|
||||
|
||||
Android 8.1+
|
||||
Android 8 ~ 11
|
||||
|
||||
## Install
|
||||
|
||||
|
|
@ -18,8 +18,8 @@ Android 8.1+
|
|||
2. Install [Riru](https://github.com/RikkaApps/Riru/releases) v23+ from Magisk repo.
|
||||
3. [Download](#download) and install LSPosed in Magisk Manager
|
||||
4. Install LSPosed Manager
|
||||
4. Reboot.
|
||||
5. Have fun! :)
|
||||
5. Reboot.
|
||||
6. Have fun! :)
|
||||
|
||||
## Download
|
||||
|
||||
|
|
@ -31,6 +31,7 @@ You can download LSPosed framework and LSPosed Manager from Github Action or Git
|
|||
## Get Help
|
||||
|
||||
- GitHub issues: [Issues](https://github.com/LSPosed/LSPosed/issues/)
|
||||
- (For Chinese speakers) 本项目只接受英语标题的issue。如果您不懂英语,请使用[谷歌翻译](https://translate.google.cn)
|
||||
|
||||
## For Developers
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue