From 208c80a95a4a998d844143225f4ce9a67384a230 Mon Sep 17 00:00:00 2001 From: Justineo Date: Mon, 11 Aug 2025 00:20:15 +0800 Subject: [PATCH] chore: rebrand to "Vue ECharts", improve ci.yml --- .github/ISSUE_TEMPLATE/bug-report.en-US.yml | 6 +++--- .github/ISSUE_TEMPLATE/bug-report.zh-Hans.yml | 6 +++--- .github/ISSUE_TEMPLATE/feature-request.en-US.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.zh-Hans.yml | 2 +- .github/workflows/ci.yml | 3 +-- CHANGELOG.md | 2 +- README.md | 10 +++++----- README.zh-Hans.md | 10 +++++----- demo/Demo.vue | 2 +- demo/index.html | 2 +- 10 files changed, 22 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.en-US.yml b/.github/ISSUE_TEMPLATE/bug-report.en-US.yml index 2a65613b..3f3144de 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.en-US.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.en-US.yml @@ -1,5 +1,5 @@ name: "🐞 Bug Report" -description: Create a bug report for Vue-ECharts +description: Create a bug report for Vue ECharts body: - type: markdown attributes: @@ -9,14 +9,14 @@ body: id: confirmation attributes: 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. + 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 - type: dropdown id: integration attributes: - label: How are you introducing Vue-ECharts into your project? + label: How are you introducing Vue ECharts into your project? options: - ES Module imports - "