You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report errors or unexpected behavior./反馈错误或异常行为。
1
+
name: Bug report
2
+
description: Report errors or unexpected behavior.
3
3
labels: [bug]
4
4
body:
5
5
- type: markdown
@@ -8,13 +8,9 @@ body:
8
8
Thanks for reporting issues of LSPosed!
9
9
10
10
To make it easier for us to help you please enter detailed information below.
11
-
12
-
感谢给 LSPosed 汇报问题!
13
-
为了使我们更好地帮助你,请提供以下信息。
14
-
为了防止重复汇报,标题请务必使用英文。
15
11
- type: textarea
16
12
attributes:
17
-
label: Steps to reproduce/复现步骤
13
+
label: Steps to reproduce
18
14
placeholder: |
19
15
1.
20
16
2.
@@ -23,61 +19,61 @@ body:
23
19
required: true
24
20
- type: textarea
25
21
attributes:
26
-
label: Expected behaviour/预期行为
27
-
placeholder: Tell us what should happen/正常情况下应该发生什么
22
+
label: Expected behaviour
23
+
placeholder: Tell us what should happen
28
24
validations:
29
25
required: true
30
26
- type: textarea
31
27
attributes:
32
-
label: Actual behaviour/实际行为
33
-
placeholder: Tell us what happens instead/实际上发生了什么
28
+
label: Actual behaviour
29
+
placeholder: Tell us what happens instead
34
30
validations:
35
31
required: true
36
32
- type: textarea
37
33
attributes:
38
-
label: Xposed Module List/Xposed 模块列表
34
+
label: Xposed Module List
39
35
render: shell
40
36
validations:
41
37
required: true
42
38
- type: textarea
43
39
attributes:
44
-
label: Magisk Module List/Magisk 模块列表
40
+
label: Magisk Module List
45
41
render: shell
46
42
validations:
47
43
required: true
48
44
- type: input
49
45
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 会被关闭。
46
+
label: LSPosed version
47
+
description: Don't use 'latest'. Specify actual version with 4 digits, otherwise your issue will be closed.
52
48
validations:
53
49
required: true
54
50
- type: input
55
51
attributes:
56
-
label: Android version/Android 版本
52
+
label: Android version
57
53
validations:
58
54
required: true
59
55
- type: input
60
56
attributes:
61
-
label: Magisk version/Magisk 版本
57
+
label: Magisk version
62
58
validations:
63
59
required: true
64
60
- type: input
65
61
attributes:
66
-
label: Riru version/Riru 版本
67
-
description: If you are using Zygisk version, input `N/A` instead./如果正在使用 Zygisk 版本,请键入 `N/A`。
62
+
label: Riru version
63
+
description: If you are using Zygisk version, input `N/A` instead.
68
64
validations:
69
65
required: true
70
66
- type: checkboxes
71
67
id: latest
72
68
attributes:
73
-
label: Version requirement/版本要求
69
+
label: Version requirement
74
70
options:
75
-
- label: I am using latest debug CI version of LSPosed and enable verbose log/我正在使用最新 CI 调试版本且启用详细日志
71
+
- label: I am using latest debug CI version of LSPosed and enable verbose log
76
72
required: true
77
73
- type: textarea
78
74
attributes:
79
-
label: Logs/日志
80
-
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. /点击文本框底栏上传日志压缩包,禁止上传到其它网站或使用外链提供日志。
75
+
label: Logs
76
+
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.
77
+
placeholder: Upload logs zip by clicking the bar on the bottom. Upload logs to other websites or using external links is prohibited.
0 commit comments