Skip to content

Commit 5cbedcd

Browse files
authored
Update bug_report.yml
1 parent f2f7be4 commit 5cbedcd

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ body:
1111
attributes:
1212
label: APIJSON Version/APIJSON 版本号
1313
placeholder: |
14-
e.g./例如 5.4.0
14+
e.g./例如 5.4.0 ,如果不是最新版请用最新版,复现问题再来,原则上不更新旧版,而是只维护一个最新版
1515
1616
validations:
1717
required: true
1818

1919
- type: input
2020
attributes:
21-
label: DB type & Version/数据库类型及版本号
21+
label: Database Type & Version/数据库类型及版本号
2222
placeholder: |
2323
e.g./例如 MySQL 5.7.34
2424
@@ -39,7 +39,17 @@ body:
3939

4040
validations:
4141
required: true
42+
43+
- type: textarea
44+
attributes:
45+
label: APIAuto Screenshots/APIAuto 请求与结果完整截屏
46+
description: "Upload by copy and paste./复制图片再粘贴到输入框(用 APIAuto 能静态检查出很多问题,甚至还有修复建议,不用浪费你我的时间)\n https://github.com/TommyLemon/APIAuto "
47+
value: |
48+
render: markdown
4249

50+
validations:
51+
required: true
52+
4353
- type: textarea
4454
attributes:
4555
label: Current Behavior/问题描述

0 commit comments

Comments
 (0)