Skip to content

Commit df3ee80

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

1 file changed

Lines changed: 12 additions & 14 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,22 @@ description: Report a bug to APIJSON/为 APIJSON 反馈 bug
33
title: "[Bug] "
44
labels: [kind/bug]
55
body:
6-
- type: textarea
6+
- type: input
77
attributes:
88
label: APIJSON Version/APIJSON 版本号
9-
description: |
10-
e.g./例如
11-
- 5.4.0
12-
value: |
13-
-
14-
render: markdown
9+
placeholder: |
10+
e.g./例如 5.4.0
1511
1612
validations:
1713
required: true
1814

19-
- type: textarea
15+
- type: input
2016
attributes:
2117
label: DB type & Version/数据库类型及版本号
22-
description: |
18+
placeholder: |
2319
e.g./例如
2420
- MySQL 5.7.34
25-
value: |
26-
-
27-
render: markdown
28-
21+
2922
validations:
3023
required: true
3124

@@ -50,13 +43,17 @@ body:
5043
attributes:
5144
label: Current Behavior/问题描述
5245
description: A concise description of what you're experiencing. Attach screenshots if needed.
46+
render: markdown
47+
5348
validations:
5449
required: true
5550

5651
- type: textarea
5752
attributes:
5853
label: Expected Behavior/期望结果
5954
description: A concise description of what you expected to happen.
55+
render: markdown
56+
6057
validations:
6158
required: false
6259

@@ -65,7 +62,8 @@ body:
6562
attributes:
6663
label: Any additional comments?/其它补充说明?
6764
description: |
68-
e.g. some background/context of how you ran into this bug.
65+
e.g. some background/context of how you ran into this bug./例如:一些背景或上下文信息,包括复现步骤、相关日志等
66+
render: markdown
6967

7068
validations:
7169
required: false

0 commit comments

Comments
 (0)