Update bug_report.yml
This commit is contained in:
parent
d499ca9ec5
commit
a432fbcc51
28
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
28
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -3,6 +3,32 @@ description: Report a bug to APIJSON/为 APIJSON 反馈 bug
|
||||
title: "[Bug] "
|
||||
labels: [kind/bug]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: APIJSON Version/APIJSON 版本号
|
||||
description: |
|
||||
e.g./例如
|
||||
- 5.4.0
|
||||
value: |
|
||||
-
|
||||
render: markdown
|
||||
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: DB type & Version/数据库类型及版本号
|
||||
description: |
|
||||
e.g./例如
|
||||
- MySQL 5.7.34
|
||||
value: |
|
||||
-
|
||||
render: markdown
|
||||
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Environment/环境信息
|
||||
@ -10,8 +36,6 @@ body:
|
||||
e.g.
|
||||
- **OS/系统**: MacOS Monterey 12.6 (21G115) M1
|
||||
- **JDK/基础库**: 1.8.0_17
|
||||
- **DB/数据库**: 1.8.0_17
|
||||
- **APIJSON**: 5.4.0
|
||||
value: |
|
||||
- OS/系统:
|
||||
- JDK/基础库:
|
||||
|
Loading…
Reference in New Issue
Block a user