Skip to content

Commit 4992bf4

Browse files
committed
chore: update issue template
[skip ci]
1 parent 6446e26 commit 4992bf4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/ISSUE_TEMPLATE/01_bug_report.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: 报告bug
22
description: |
33
上报有关应用的错误和异常等。
4-
安全漏洞类的bug(例如账号cookie泄露)不要在此上报,请论坛私信联系@ruik0
4+
安全漏洞类的bug(例如账号cookie泄露)不要在此上报,请论坛私信联系ruik0
5+
title: '[BUG] '
6+
labels: 'bug'
57
body:
68
- type: markdown
79
attributes:
@@ -28,7 +30,7 @@ body:
2830
我已确认这个问题不属于[已知问题](https://github.com/realth000/tsdm_client#%E5%B7%B2%E7%9F%A5%E9%97%AE%E9%A2%98)。
2931
required: true
3032
- label: |
31-
我确认这个问题不属于安全漏洞(例如账号cookie超时、泄露)。**安全漏洞问题不要在此上报,请论坛私信联系@ruik0**
33+
我确认这个问题不属于安全漏洞(例如账号cookie超时、泄露)。**安全漏洞问题不要在此上报,请论坛私信联系ruik0**
3234
required: true
3335
- type: textarea
3436
attributes:
@@ -55,7 +57,8 @@ body:
5557
label: |
5658
实际的结果
5759
description: |
58-
按照复现步骤操作后,实际出现的现象或结果
60+
按照复现步骤操作后,实际出现的现象或结果。
61+
可以上传截图或视频。
5962
validations:
6063
required: true
6164
- type: textarea
@@ -83,6 +86,8 @@ body:
8386
description: |
8487
任何有助于描述问题、帮助开发者定位问题的现象、信息都可以放在这里。
8588
89+
建议上传日志或问题现象的截图/视频以节约沟通的时间。
90+
8691
* 如果上传截图或视频,请简练地给出涉及问题的部分。
8792
* 如果问题不会使软件退出,请重启app,复现一次问题,而后在 设置 -> 调试 -> 日志 -> 右上角菜单 中点击“Copy all logs”后粘贴日志。
8893
* 如果问题会导致软件退出,请于复现问题后,在 设置 -> 调试 -> 查看历史日志 中选择发生问题的日期,右上角导出日志后将导出的日志文件作为附件上传。

0 commit comments

Comments
 (0)