Skip to content

Commit d39c49a

Browse files
committed
chore: update issue template
[skip ci]
1 parent d08dcd3 commit d39c49a

File tree

3 files changed

+93
-82
lines changed

3 files changed

+93
-82
lines changed
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
name: 报告bug
2+
description: |
3+
上报有关应用的错误和异常等。
4+
安全漏洞类的bug(例如账号cookie泄露)不要在此上报,请论坛私信联系@ruik0
5+
title: "[BUG] "
6+
labels: 'bug'
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
感谢您上报问题,**请在上方标题栏填写清晰的问题摘要,包含问题发生的位置和现象**。
12+
> 例如:`[BUG] 帖子页面内回复时应用闪退`、`[BUG] 设置中更改主题颜色后没有效果`
13+
- type: checkboxes
14+
attributes:
15+
label: |
16+
确认事项
17+
description: |
18+
在提交issue前确认以下事项,否则issue可能会被关闭。
19+
options:
20+
- label: |
21+
我已确认网页端论坛的相应页面(如果有)不存在相应的错误行为,这个问题只存在于客户端。
22+
required: true
23+
- label: |
24+
我已在[最新稳定版](https://github.com/realth000/tsdm_client/releases/latest)上验证,该问题依然存在。
25+
required: true
26+
- label: |
27+
我已在[issue](https://github.com/realth000/tsdm_client/issues?q=sort%3Aupdated-desc%20is%3Aissue)中搜索,确认没有重复或类似issue。
28+
required: true
29+
- label: |
30+
我已确认这个问题不属于[已知问题](https://github.com/realth000/tsdm_client#%E5%B7%B2%E7%9F%A5%E9%97%AE%E9%A2%98)
31+
required: true
32+
- label: |
33+
我确认这个问题不属于安全漏洞(例如账号cookie超时、泄露)。
34+
required: true
35+
- type: textarea
36+
attributes:
37+
label: |
38+
复现步骤
39+
description: |
40+
复现问题的步骤,在什么情况下按照什么样的步骤进行操作会出现问题。
41+
placeholder: |
42+
1. ...
43+
2. ...
44+
3. ...
45+
validations:
46+
required: true
47+
- type: textarea
48+
attributes:
49+
label: |
50+
预期的结果
51+
description: |
52+
按照复现步骤操作后,预期出现的现象或结果
53+
validations:
54+
required: true
55+
- type: textarea
56+
attributes:
57+
label: |
58+
预期的结果
59+
description: |
60+
按照复现步骤操作后,实际出现的现象或结果
61+
validations:
62+
required: true
63+
- type: textarea
64+
attributes:
65+
label: |
66+
附加信息
67+
description: |
68+
任何有助于描述问题、帮助开发者定位问题的现象、信息都可以放在这里。
69+
70+
* 如果上传截图或视频,请简练地给出涉及问题的部分。
71+
* 如果问题不会使软件退出,请重启app,复现一次问题,而后在`设置 -> 调试 -> 日志 -> 右上角菜单`中点击“Copy all logs” 后粘贴日志。
72+
* 如果问题会导致软件退出,请于复现问题在`设置 -> 调试 -> 查看历史日志`中选择发生问题的日期,右上角导出日志后将日志作为附件上传。
73+
value: |
74+
<details>
75+
<summary>截图或视频</summary>
76+
77+
78+
在此粘贴截图
79+
80+
81+
</details>
82+
83+
<details><summary>当次启动日志</summary>
84+
85+
86+
```console
87+
在此粘贴日志
88+
```
89+
90+
91+
</details>
92+
validations:
93+
required: false

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)