update readme and issue templates (#34)

* update readme and issue templates

* remove issue labels
This commit is contained in:
双草酸酯 2021-02-01 22:09:55 +08:00 committed by GitHub
parent 0fa05cd04d
commit 5220cf5ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 6 deletions

View File

@ -1,8 +1,8 @@
--- ---
name: Bug report 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] " title: "[BUG] "
labels: bug labels:
assignees: '' assignees: ''
--- ---
@ -22,6 +22,11 @@ Such as bootloop, module not loaded, etc
--> -->
**Xposed模块列表/Xposed Module List** **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** **Magisk模块列表/Magisk Module List**
@ -35,7 +40,7 @@ Magisk:
Riru: Riru:
LSPposed: LSPosed:
**相关日志/Related Logs** **相关日志/Related Logs**

View File

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

View File

@ -10,7 +10,7 @@ A Riru module trying to provide an ART hooking framework (initially for Android
## Supported Versions ## Supported Versions
Android 8.1+ Android 8 ~ 11
## Install ## Install
@ -18,8 +18,8 @@ Android 8.1+
2. Install [Riru](https://github.com/RikkaApps/Riru/releases) v23+ from Magisk repo. 2. Install [Riru](https://github.com/RikkaApps/Riru/releases) v23+ from Magisk repo.
3. [Download](#download) and install LSPosed in Magisk Manager 3. [Download](#download) and install LSPosed in Magisk Manager
4. Install LSPosed Manager 4. Install LSPosed Manager
4. Reboot. 5. Reboot.
5. Have fun! :) 6. Have fun! :)
## Download ## Download
@ -31,6 +31,7 @@ You can download LSPosed framework and LSPosed Manager from Github Action or Git
## Get Help ## Get Help
- GitHub issues: [Issues](https://github.com/LSPosed/LSPosed/issues/) - GitHub issues: [Issues](https://github.com/LSPosed/LSPosed/issues/)
- (For Chinese speakers) 本项目只接受英语标题的issue。如果您不懂英语请使用[谷歌翻译](https://translate.google.cn)
## For Developers ## For Developers