Skip to content

Commit 2ab8597

Browse files
committed
chore: fix issue form [skip ci]
1 parent 0dfe4f3 commit 2ab8597

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.en-US.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ body:
88
- type: checkboxes
99
id: confirmation
1010
attributes:
11-
description: Before submitting the issue, please make sure you did the following check.
11+
label: Confirmation
12+
description: Before submitting this issue, please make sure that the problem only occurs in Vue-ECharts and is not related to ECharts itself.
1213
options:
1314
- label: I can confirm this problem is not reproducible with ECharts itself.
1415
required: true

.github/ISSUE_TEMPLATE/bug-report.zh-Hans.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ body:
88
- type: checkboxes
99
id: confirmation
1010
attributes:
11-
description: 在提交此问题前,请确认下述情况。
11+
label: 请确认
12+
description: 在提交此问题前,请确认问题仅在 Vue-ECharts 中发生,而与 ECharts 本身无关。
1213
options:
1314
- label: 我可以确认这个问题无法在 ECharts 项目本身中复现。
1415
required: true

0 commit comments

Comments
 (0)