We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3caa1b1 commit 57613f6Copy full SHA for 57613f6
1 file changed
.github/ISSUE_TEMPLATE/bug.yml
@@ -0,0 +1,39 @@
1
+name: 🐛 插件问题
2
+description: 插件运行或功能异常
3
+title: "[Plugin]: "
4
+
5
+body:
6
+ - type: textarea
7
+ attributes:
8
+ label: 问题描述
9
+ description: 发生了什么?
10
+ validations:
11
+ required: true
12
13
14
15
+ label: 控制台报错
16
+ description: 请粘贴完整报错日志
17
+ render: shell
18
19
+ - type: input
20
21
+ label: EXILED版本
22
+ placeholder: 例如 8.9.0
23
24
25
26
+ label: 游戏版本
27
+ placeholder: SCP:SL版本
28
29
30
31
+ label: 配置文件
32
+ description: 隐去敏感信息
33
34
35
36
+ label: 复现步骤
37
+ placeholder: |
38
+ 1. 做了什么
39
+ 2. 发生什么
0 commit comments