chore: rebrand to "Vue ECharts", improve ci.yml (#851)

This commit is contained in:
GU Yiling
2025-08-11 10:45:01 +08:00
committed by GitHub
parent fe7e2afd09
commit 3349c8a0eb
10 changed files with 22 additions and 23 deletions

View File

@ -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
- "<script> tag"

View File

@ -1,5 +1,5 @@
name: "🐞 Bug 报告"
description: 给 Vue-ECharts 报告 bug
description: 给 Vue ECharts 报告 bug
body:
- type: markdown
attributes:
@ -9,14 +9,14 @@ body:
id: confirmation
attributes:
label: 请确认
description: 在提交此问题前,请确认问题仅在 Vue-ECharts 中发生,而与 ECharts 本身无关。
description: 在提交此问题前,请确认问题仅在 Vue ECharts 中发生,而与 ECharts 本身无关。
options:
- label: 我可以确认这个问题无法在 ECharts 项目本身中复现。
required: true
- type: dropdown
id: integration
attributes:
label: 您是如何将 Vue-ECharts 引入项目的?
label: 您是如何将 Vue ECharts 引入项目的?
options:
- 通过 ES 模块 import
- "<script> 标签"

View File

@ -1,5 +1,5 @@
name: "✨ Feature Request"
description: Create a feature request for Vue-ECharts
description: Create a feature request for Vue ECharts
body:
- type: markdown
attributes:

View File

@ -1,5 +1,5 @@
name: "✨ 新功能建议"
description: 给 Vue-ECharts 提交新功能建议
description: 给 Vue ECharts 提交新功能建议
body:
- type: markdown
attributes:

View File

@ -4,7 +4,6 @@ on:
push:
branches:
- main
- "8.0" # remove this after 8.0 is merged into main
jobs:
test:
@ -20,7 +19,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
cache: pnpm
- name: Install dependencies
run: pnpm install