Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f36d2dc

Browse filesBrowse files
committed
fix: issue模板的歧义
1 parent af05b08 commit f36d2dc
Copy full SHA for f36d2dc

File tree

Expand file treeCollapse file tree

1 file changed

+10
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-8
lines changed

‎.github/ISSUE_TEMPLATE/bug-report.yml

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+10-8Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,26 @@ body:
2525
- type: textarea
2626
id: expected
2727
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...
3131
validations:
3232
required: true
3333
- type: textarea
3434
id: screenshots
3535
attributes:
3636
label: 截图 / Screenshots
37-
description: 如果需要,请放上你的截图。 / If applicable, add screenshots to help explain your problem.
37+
description: 请放上你的截图,请给出完整的截图。 / Add screenshots to help explain your problem.
3838
validations:
39-
required: false
39+
required: true
4040
- type: textarea
4141
id: logs
4242
attributes:
4343
label: 日志 / Logs
44-
description: 日志贴到这里 / Upload your log files.
44+
description: 日志贴到这里,请给出完整的日志。 / Upload your log files.
4545
description: 请使用```markdown语法进行包裹!
4646
validations:
47-
required: false
47+
required: true
4848
- type: input
4949
id: system
5050
attributes:
@@ -55,7 +55,7 @@ body:
5555
- type: input
5656
id: version
5757
attributes:
58-
label: 软件版本 / Version
58+
label: PACK包版本 / Version
5959
placeholder: 1.0.1.1
6060
validations:
6161
required: true
@@ -70,3 +70,5 @@ body:
7070
required: true
7171
- label: 提供了最小可复现工程或详细的复现步骤,确保开发者可以复现 / The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
7272
required: true
73+
- label: 已经提供了完整的报错信息、日志、截图,没有经过删减。
74+
required: true

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.