Skip to content

Commit 89df7de

Browse files
committed
[skip ci] left only English in the creation of issue but report/feature requests
1 parent 022def4 commit 89df7de

File tree

2 files changed

+28
-32
lines changed

2 files changed

+28
-32
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Bug report/反馈 Bug
2-
description: Report errors or unexpected behavior./反馈错误或异常行为。
1+
name: Bug report
2+
description: Report errors or unexpected behavior.
33
labels: [bug]
44
body:
55
- type: markdown
@@ -8,13 +8,9 @@ body:
88
Thanks for reporting issues of LSPosed!
99
1010
To make it easier for us to help you please enter detailed information below.
11-
12-
感谢给 LSPosed 汇报问题!
13-
为了使我们更好地帮助你,请提供以下信息。
14-
为了防止重复汇报,标题请务必使用英文。
1511
- type: textarea
1612
attributes:
17-
label: Steps to reproduce/复现步骤
13+
label: Steps to reproduce
1814
placeholder: |
1915
1.
2016
2.
@@ -23,61 +19,61 @@ body:
2319
required: true
2420
- type: textarea
2521
attributes:
26-
label: Expected behaviour/预期行为
27-
placeholder: Tell us what should happen/正常情况下应该发生什么
22+
label: Expected behaviour
23+
placeholder: Tell us what should happen
2824
validations:
2925
required: true
3026
- type: textarea
3127
attributes:
32-
label: Actual behaviour/实际行为
33-
placeholder: Tell us what happens instead/实际上发生了什么
28+
label: Actual behaviour
29+
placeholder: Tell us what happens instead
3430
validations:
3531
required: true
3632
- type: textarea
3733
attributes:
38-
label: Xposed Module List/Xposed 模块列表
34+
label: Xposed Module List
3935
render: shell
4036
validations:
4137
required: true
4238
- type: textarea
4339
attributes:
44-
label: Magisk Module List/Magisk 模块列表
40+
label: Magisk Module List
4541
render: shell
4642
validations:
4743
required: true
4844
- type: input
4945
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.
5248
validations:
5349
required: true
5450
- type: input
5551
attributes:
56-
label: Android version/Android 版本
52+
label: Android version
5753
validations:
5854
required: true
5955
- type: input
6056
attributes:
61-
label: Magisk version/Magisk 版本
57+
label: Magisk version
6258
validations:
6359
required: true
6460
- type: input
6561
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.
6864
validations:
6965
required: true
7066
- type: checkboxes
7167
id: latest
7268
attributes:
73-
label: Version requirement/版本要求
69+
label: Version requirement
7470
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
7672
required: true
7773
- type: textarea
7874
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.
8278
validations:
8379
required: true
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
name: Feature request/新特性请求
3-
description: Suggest an idea./提出建议
2+
name: Feature request
3+
description: Suggest an idea.
44
labels: [enhancement]
55
body:
66
- type: textarea
77
attributes:
8-
label: Is your feature request related to a problem?/你的请求是否与某个问题相关?
9-
placeholder: A clear and concise description of what the problem is./请清晰准确表述该问题。
8+
label: Is your feature request related to a problem?
9+
placeholder: A clear and concise description of what the problem is.
1010
validations:
1111
required: true
1212
- type: textarea
1313
attributes:
14-
label: Describe the solution you'd like/描述你想要的解决方案
15-
placeholder: A clear and concise description of what you want to happen./请清晰准确描述新特性的预期行为
14+
label: Describe the solution you'd like
15+
placeholder: A clear and concise description of what you want to happen.
1616
validations:
1717
required: true
1818
- type: textarea
1919
attributes:
20-
label: Additional context/其他信息
21-
placeholder: Add any other context or screenshots about the feature request here./其他关于新特性的信息或者截图
20+
label: Additional context
21+
placeholder: Add any other context or screenshots about the feature request here.
2222
validations:
2323
required: false

0 commit comments

Comments
 (0)