Skip to content

Commit 3d65697

Browse files
author
nebulaliu
committed
feat: update docs
1 parent 5d08531 commit 3d65697

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: "Bug report"
2+
description: 提出Bug以改进WXSDK
3+
labels: ['bug']
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
"请在标题中标注问题发生的功能所属类目或阶段,以便我们更快转交给专业的人员对接。如:构建阶段-转换微信小游戏失败"
9+
- type: textarea
10+
id: bug-description
11+
attributes:
12+
label: 描述Bug
13+
description: 请简单介绍Bug复现的操作顺序
14+
placeholder: 描述Bug
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: system-info
19+
attributes:
20+
label: 运行环境
21+
description: 请说明发生问题的操作系统、Unity/团结引擎版本号、WX-SDK版本号、WX-SDK的导入方式、构建平台。
22+
render: Text
23+
placeholder: Windows11/Unity2021.2.5/minigame.202404171424/Assets导入/WebGL
24+
validations:
25+
required: true

0 commit comments

Comments
 (0)