From 5220cf5ea539e1366b80bd5b404f88399902cc8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=8C=E8=8D=89=E9=85=B8=E9=85=AF?= <17663689+kotori2@users.noreply.github.com> Date: Mon, 1 Feb 2021 22:09:55 +0800 Subject: [PATCH] update readme and issue templates (#34) * update readme and issue templates * remove issue labels --- .github/ISSUE_TEMPLATE/bug_report.md | 11 ++++++++--- .github/ISSUE_TEMPLATE/feature_request.md | 9 +++++++++ README.md | 7 ++++--- 3 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 354f09dc..86b7b770 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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** + **Magisk模块列表/Magisk Module List** @@ -35,7 +40,7 @@ Magisk: Riru: -LSPposed: +LSPosed: **相关日志/Related Logs** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..68ac793c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,9 @@ +--- +name: Feature request +about: Request for a new feature +title: "[FR] " +labels: +assignees: '' +--- + +**Detail**: diff --git a/README.md b/README.md index 803f7b20..a50f6fda 100644 --- a/README.md +++ b/README.md @@ -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