Skip to content

Commit e2c86d5

Browse files
committed
chore: update issue template
1 parent d39c49a commit e2c86d5

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/ISSUE_TEMPLATE/01_bug_report.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: 报告bug
22
description: |
33
上报有关应用的错误和异常等。
44
安全漏洞类的bug(例如账号cookie泄露)不要在此上报,请论坛私信联系@ruik0
5-
title: "[BUG] "
6-
labels: 'bug'
5+
title: '[BUG] '
6+
labels: ['bug']
77
body:
88
- type: markdown
99
attributes:
@@ -55,7 +55,7 @@ body:
5555
- type: textarea
5656
attributes:
5757
label: |
58-
预期的结果
58+
实际的结果
5959
description: |
6060
按照复现步骤操作后,实际出现的现象或结果
6161
validations:
@@ -73,21 +73,22 @@ body:
7373
value: |
7474
<details>
7575
<summary>截图或视频</summary>
76-
77-
76+
77+
7878
在此粘贴截图
79-
80-
79+
80+
8181
</details>
82-
82+
83+
8384
<details><summary>当次启动日志</summary>
84-
85-
85+
86+
8687
```console
8788
在此粘贴日志
8889
```
89-
90-
90+
91+
9192
</details>
9293
validations:
9394
required: false

0 commit comments

Comments
 (0)