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: "提交bug以让改进软件功能 / Create a report to help us improve"
3
+
labels: ["待分类"]
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
感谢你上报新的问题! / Thanks for taking the time to fill out this bug report!
9
+
- type: textarea
10
+
id: bug-description
11
+
attributes:
12
+
label: 描述一下这个bug / Describe the bug
13
+
description: 请使用简介并详细的语句,来描述这个bug。 / A clear and concise description of what the bug is.
14
+
placeholder: 我准备……我想要……但是实际上它……了 / I am doing ... What I expect is ... What actually happening is ...
15
+
validations:
16
+
required: true
17
+
- type: textarea
18
+
id: reproduction
19
+
attributes:
20
+
label: 复现步骤 / To Reproduce
21
+
description: 按照下面的步骤,可以复现bug / Steps to reproduce the behavior
22
+
placeholder: 首先……然后……接着…… / Go to '...', Click on '....', Scroll down to '....'
23
+
validations:
24
+
required: true
25
+
- type: textarea
26
+
id: expected
27
+
attributes:
28
+
label: 如果正常,应该是什么样 / Expected behavior
29
+
description: 清楚简洁地描述,按这个步骤下来,本来应该运行得到的结果。 / A clear and concise description of what you expected to happen.
30
+
placeholder: 它应该打印…… / It should be...
31
+
validations:
32
+
required: true
33
+
- type: textarea
34
+
id: screenshots
35
+
attributes:
36
+
label: 截图 / Screenshots
37
+
description: 请放上你的截图,请给出完整的截图。 / Add screenshots to help explain your problem.
38
+
validations:
39
+
required: true
40
+
- type: textarea
41
+
id: logs
42
+
attributes:
43
+
label: 日志 / Logs
44
+
description: 日志贴到这里,请给出完整的日志。 / Upload your log files.
45
+
description: 请使用```markdown语法进行包裹!
46
+
validations:
47
+
required: true
48
+
- type: input
49
+
id: system
50
+
attributes:
51
+
label: 系统 / System
52
+
placeholder: Win10 22H2 / Ubuntu 22.04
53
+
validations:
54
+
required: true
55
+
- type: input
56
+
id: version
57
+
attributes:
58
+
label: PACK包版本 / Version
59
+
placeholder: 1.0.1.1
60
+
validations:
61
+
required: true
62
+
63
+
- type: checkboxes
64
+
id: checkboxes
65
+
attributes:
66
+
label: 验证
67
+
description: 提交前请确认已经做过以下操作 / Before submitting the issue, please make sure you do the following
68
+
options:
69
+
- label: 检查过该问题,之前没有人提过 / Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
70
+
required: true
71
+
- label: 提供了最小可复现工程或详细的复现步骤,确保开发者可以复现 / The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
0 commit comments