Skip to content

Commit 57613f6

Browse files
authored
Create bug report template for plugins
Add a bug report template for plugin issues with fields for description, error logs, version, and reproduction steps.
1 parent 3caa1b1 commit 57613f6

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- type: textarea
14+
attributes:
15+
label: 控制台报错
16+
description: 请粘贴完整报错日志
17+
render: shell
18+
19+
- type: input
20+
attributes:
21+
label: EXILED版本
22+
placeholder: 例如 8.9.0
23+
24+
- type: input
25+
attributes:
26+
label: 游戏版本
27+
placeholder: SCP:SL版本
28+
29+
- type: textarea
30+
attributes:
31+
label: 配置文件
32+
description: 隐去敏感信息
33+
34+
- type: textarea
35+
attributes:
36+
label: 复现步骤
37+
placeholder: |
38+
1. 做了什么
39+
2. 发生什么

0 commit comments

Comments
 (0)