From 2ab85972c99424b6ae1b336efca2fd762f5e8339 Mon Sep 17 00:00:00 2001 From: Justineo Date: Mon, 24 Jan 2022 14:51:51 +0800 Subject: [PATCH] chore: fix issue form [skip ci] --- .github/ISSUE_TEMPLATE/bug-report.en-US.yml | 3 ++- .github/ISSUE_TEMPLATE/bug-report.zh-Hans.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.en-US.yml b/.github/ISSUE_TEMPLATE/bug-report.en-US.yml index 962ff23..978880d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.en-US.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.en-US.yml @@ -8,7 +8,8 @@ body: - type: checkboxes id: confirmation attributes: - description: Before submitting the issue, please make sure you did the following check. + label: Confirmation + description: Before submitting this issue, please make sure that the problem only occurs in Vue-ECharts and is not related to ECharts itself. options: - label: I can confirm this problem is not reproducible with ECharts itself. required: true diff --git a/.github/ISSUE_TEMPLATE/bug-report.zh-Hans.yml b/.github/ISSUE_TEMPLATE/bug-report.zh-Hans.yml index b93556d..6503fde 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.zh-Hans.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.zh-Hans.yml @@ -8,7 +8,8 @@ body: - type: checkboxes id: confirmation attributes: - description: 在提交此问题前,请确认下述情况。 + label: 请确认 + description: 在提交此问题前,请确认问题仅在 Vue-ECharts 中发生,而与 ECharts 本身无关。 options: - label: 我可以确认这个问题无法在 ECharts 项目本身中复现。 required: true