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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -25,26 +25,26 @@ body:
25
25
- type: textarea
26
26
id: expected
27
27
attributes:
28
-
label: 预期的行为 / Expected behavior
29
-
description: 清楚简洁地描述你希望发生的事情。 / A clear and concise description of what you expected to happen.
30
-
placeholder: 它应该…… / It should be...
28
+
label: 如果正常,应该是什么样 / Expected behavior
29
+
description: 清楚简洁地描述,按这个步骤下来,本来应该运行得到的结果。 / A clear and concise description of what you expected to happen.
30
+
placeholder: 它应该打印…… / It should be...
31
31
validations:
32
32
required: true
33
33
- type: textarea
34
34
id: screenshots
35
35
attributes:
36
36
label: 截图 / Screenshots
37
-
description: 如果需要,请放上你的截图。 / If applicable, add screenshots to help explain your problem.
37
+
description: 请放上你的截图,请给出完整的截图。 / Add screenshots to help explain your problem.
38
38
validations:
39
-
required: false
39
+
required: true
40
40
- type: textarea
41
41
id: logs
42
42
attributes:
43
43
label: 日志 / Logs
44
-
description: 日志贴到这里 / Upload your log files.
44
+
description: 日志贴到这里,请给出完整的日志。 / Upload your log files.
45
45
description: 请使用```markdown语法进行包裹!
46
46
validations:
47
-
required: false
47
+
required: true
48
48
- type: input
49
49
id: system
50
50
attributes:
@@ -55,7 +55,7 @@ body:
55
55
- type: input
56
56
id: version
57
57
attributes:
58
-
label: 软件版本 / Version
58
+
label: PACK包版本 / Version
59
59
placeholder: 1.0.1.1
60
60
validations:
61
61
required: true
@@ -70,3 +70,5 @@ body:
70
70
required: true
71
71
- label: 提供了最小可复现工程或详细的复现步骤,确保开发者可以复现 / The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
0 commit comments