We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39c49a commit e2c86d5Copy full SHA for e2c86d5
.github/ISSUE_TEMPLATE/01_bug_report.yml
@@ -2,8 +2,8 @@ name: 报告bug
2
description: |
3
上报有关应用的错误和异常等。
4
安全漏洞类的bug(例如账号cookie泄露)不要在此上报,请论坛私信联系@ruik0
5
-title: "[BUG] "
6
-labels: 'bug'
+title: '[BUG] '
+labels: ['bug']
7
body:
8
- type: markdown
9
attributes:
@@ -55,7 +55,7 @@ body:
55
- type: textarea
56
57
label: |
58
- 预期的结果
+ 实际的结果
59
60
按照复现步骤操作后,实际出现的现象或结果
61
validations:
@@ -73,21 +73,22 @@ body:
73
value: |
74
<details>
75
<summary>截图或视频</summary>
76
-
77
+
78
在此粘贴截图
79
80
81
</details>
82
83
84
<details><summary>当次启动日志</summary>
85
86
87
```console
88
在此粘贴日志
89
```
90
91
92
93
94
required: false
0 commit comments