Skip to content

Commit 419678a

Browse files
committed
Update Issues templates
1 parent f31fc71 commit 419678a

File tree

2 files changed

+15
-21
lines changed

2 files changed

+15
-21
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ body:
77
value: |
88
Thanks for reporting issues of LSPosed!
99
10-
To make it easier for us to help you please enter detailed information below.
10+
To make it easier for us to help you, please read all pinned issues and provide the following details.
1111
1212
感谢给 LSPosed 汇报问题!
13-
为了使我们更好地帮助你,请提供以下信息
13+
为了使我们更好地帮助你,请务必阅读所有已置顶的 Issues 并提供以下细节
1414
为了防止重复汇报,标题请务必使用英文。
1515
- type: textarea
1616
attributes:
@@ -39,45 +39,42 @@ body:
3939
render: shell
4040
validations:
4141
required: true
42-
- type: textarea
43-
attributes:
44-
label: Magisk Module List/Magisk 模块列表
45-
render: shell
46-
validations:
47-
required: true
4842
- type: input
4943
attributes:
50-
label: LSPosed version/LSPosed 版本
51-
description: Don't use 'latest'. Specify actual version with 4 digits, otherwise your issue will be closed./不要填用“最新版”。给出四位版本号,不然 issue 会被关闭
44+
label: Root implementation/Root 方案
45+
description: Common root implementations include Magisk, KernelSU or APatch. Please specify your current implementation with exact version./常见的 Root 方案有 Magisk,KernelSU 以及 APatch。请注明您当前的方案以及详细版本
5246
validations:
5347
required: true
54-
- type: input
48+
- type: textarea
5549
attributes:
56-
label: Android version/Android 版本
50+
label: System Module List/系统模块列表
51+
description: Modules installed through your root implementation manager/通过您 Root 方案的管理器所安装的模块
52+
render: shell
5753
validations:
5854
required: true
5955
- type: input
6056
attributes:
61-
label: Magisk version/Magisk 版本
57+
label: LSPosed version/LSPosed 版本
58+
description: Don't use 'latest'. Specify actual version with 4 digits, otherwise your issue will be closed./不要填用“最新版”。给出四位版本号,不然 issue 会被关闭。
6259
validations:
6360
required: true
6461
- type: input
6562
attributes:
66-
label: Riru version/Riru 版本
67-
description: If you are using Zygisk version, input `N/A` instead./如果正在使用 Zygisk 版本,请键入 `N/A`
63+
label: Android version/Android 版本
64+
description: If you are running a custom OS, please also note it./如果使用了非官方的操作系统,请一并注明
6865
validations:
6966
required: true
7067
- type: checkboxes
7168
id: latest
7269
attributes:
7370
label: Version requirement/版本要求
7471
options:
75-
- label: I am using latest debug CI version of LSPosed and enable verbose log/我正在使用最新 CI 调试版本且启用详细日志
72+
- label: I am using the latest debug build from [GitHub Actions](https://github.com/JingMatrix/LSPosed/actions?query=branch%3Amaster)./我正在使用 [GitHub Actions](https://github.com/JingMatrix/LSPosed/actions?query=branch%3Amaster) 中最新的调试版本。
7673
required: true
7774
- type: textarea
7875
attributes:
7976
label: Logs/日志
8077
description: For usage issues, please provide the log zip saved from manager; for activation issues, please provide [bugreport](https://developer.android.com/studio/debug/bug-report). Without logs zip, the issue will be closed. /使用问题请提供从管理器保存的日志压缩包;激活问题请提供 [bugreport](https://developer.android.google.cn/studio/debug/bug-report?hl=zh-cn) 日志。没有日志附件的问题会被关闭。
81-
placeholder: Upload logs zip by clicking the bar on the bottom. Upload logs to other websites or using external links is prohibited. /点击文本框底栏上传日志压缩包,禁止上传到其它网站或使用外链提供日志。
78+
placeholder: Upload logs zip by clicking the bar on the bottom. Uploading logs to other websites or using external links is prohibited. /点击文本框底栏上传日志压缩包,禁止上传到其它网站或使用外链提供日志。
8279
validations:
8380
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question/提问
4-
url: https://github.com/LSPosed/LSPosed/discussions/new?category=Q-A
4+
url: https://github.com/JingMatrix/LSPosed/discussions/new?category=Q-A
55
about: Please ask and answer questions here./如果有任何疑问请在这里提问
6-
- name: Official Telegram Channel/官方 Telegram 频道
7-
url: https://t.me/LSPosed
8-
about: Subscribe for notifications and releases/可以订阅通知和发行版

0 commit comments

Comments
 (0)