Skip to content

Commit a432fbc

Browse files
authored
Update bug_report.yml
1 parent d499ca9 commit a432fbc

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,39 @@ description: Report a bug to APIJSON/为 APIJSON 反馈 bug
33
title: "[Bug] "
44
labels: [kind/bug]
55
body:
6+
- type: textarea
7+
attributes:
8+
label: APIJSON Version/APIJSON 版本号
9+
description: |
10+
e.g./例如
11+
- 5.4.0
12+
value: |
13+
-
14+
render: markdown
15+
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
attributes:
21+
label: DB type & Version/数据库类型及版本号
22+
description: |
23+
e.g./例如
24+
- MySQL 5.7.34
25+
value: |
26+
-
27+
render: markdown
28+
29+
validations:
30+
required: true
31+
632
- type: textarea
733
attributes:
834
label: Environment/环境信息
935
description: |
1036
e.g.
1137
- **OS/系统**: MacOS Monterey 12.6 (21G115) M1
1238
- **JDK/基础库**: 1.8.0_17
13-
- **DB/数据库**: 1.8.0_17
14-
- **APIJSON**: 5.4.0
1539
value: |
1640
- OS/系统:
1741
- JDK/基础库:

0 commit comments

Comments
 (0)