Skip to content

Commit e121884

Browse files
committed
chrom: update issue templates
1 parent fb9eaed commit e121884

File tree

4 files changed

+93
-59
lines changed

4 files changed

+93
-59
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 39 deletions
This file was deleted.
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
name: "插件漏洞"
2+
description: "插件的某些功能无法正常使用或出现异常行为"
3+
labels: "bug"
4+
body:
5+
- type: checkboxes
6+
id: "checks"
7+
attributes:
8+
label: "检查项"
9+
description: "请逐个检查下列项目, 并勾选确认"
10+
options:
11+
- label: "我已经检查过 [Issues 列表](https://github.com/alazeprt/AQQBot/issues), 未发现有与此相关的问题"
12+
required: true
13+
- label: "我已经使用最新 [开发版](https://github.com/alazeprt/AQQBot/actions) 进行测试, 仍然存在问题"
14+
required: true
15+
- label: "我已经在只安装 AQQBot 插件的相同版本服务端下进行复现, 该问题仍然存在"
16+
required: false
17+
- label: "我已经在只安装 AQQBot 的插件的不同版本服务端下进行复现, 该问题仍然存在"
18+
required: false
19+
- type: input
20+
id: "system"
21+
attributes:
22+
label: 操作系统信息
23+
description: "请提供你所使用的操作系统的详细信息 (一般可通过 `uname -a` 获取, Windows 可通过 `systeminfo` 获取)"
24+
validations:
25+
required: true
26+
- type: input
27+
id: "java"
28+
attributes:
29+
label: Java 版本
30+
description: "请提供你所使用的 Java 的详细信息 (一般可通过 `java -version` 获取)"
31+
validations:
32+
required: true
33+
- type: input
34+
id: "server"
35+
attributes:
36+
label: 服务端版本
37+
description: "请提供你所使用的服务端版本号 (一般可通过 `/version` 指令获取)"
38+
validations:
39+
required: true
40+
- type: input
41+
id: "plugin"
42+
attributes:
43+
label: 插件版本
44+
description: "请提供你所使用的 AQQBot 插件的版本号 (一般可通过 `/version AQQBot` 或 `/aqqbot status` 指令获取, 若使用的是开发版请精确到 commit 哈希号)"
45+
validations:
46+
required: true
47+
- type: textarea
48+
id: "description"
49+
attributes:
50+
label: 描述
51+
description: "详细描述具体的问题"
52+
validations:
53+
required: true
54+
- type: textarea
55+
id: "reproduce"
56+
attributes:
57+
label: 复现步骤
58+
description: "详细描述问题如何复现 (在出现问题前进行了哪些操作)"
59+
validations:
60+
required: true
61+
- type: textarea
62+
id: "yml-4"
63+
attributes:
64+
label: 日志与附件
65+
description: "提供服务端日志 (一般为 `logs/latest.log` 文件) 及其它任何有用的信息 (如截图)"
66+
placeholder: "先点击这个文本框, 然后再将文件直接拖拽到文本框中以上传"
67+
validations:
68+
required: true

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: "新功能请求"
2+
description: "请求添加新功能或改进现有功能"
3+
labels: "feature"
4+
body:
5+
- type: checkboxes
6+
id: "checks"
7+
attributes:
8+
label: "检查项"
9+
description: "请逐个检查下列项目, 并勾选确认"
10+
options:
11+
- label: "我已经检查过 [Issues 列表](https://github.com/alazeprt/AQQBot/issues), 未发现有与此相关的请求"
12+
required: true
13+
- label: "我已经使用最新 [开发版](https://github.com/alazeprt/AQQBot/actions) 进行测试, 仍然没有该项功能"
14+
required: true
15+
- label: "我已经检查过 [Discussions 列表](https://github.com/alazeprt/AQQBot/discussions), 未发现有与此相关的讨论"
16+
required: true
17+
- label: "该功能无法通过如自定义指令等功能来实现, 或该功能可以通过现有功能实现但较为繁琐"
18+
required: false
19+
- type: textarea
20+
id: "description"
21+
attributes:
22+
label: 描述
23+
description: "详细描述你对新功能的想法"
24+
validations:
25+
required: true

0 commit comments

Comments
 (0)