mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-10-30 00:18:36 +08:00
chore: rebrand to "Vue ECharts", improve ci.yml (#851)
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug-report.en-US.yml
vendored
6
.github/ISSUE_TEMPLATE/bug-report.en-US.yml
vendored
@ -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"
|
||||
|
||||
@ -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> 标签"
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: "✨ 新功能建议"
|
||||
description: 给 Vue-ECharts 提交新功能建议
|
||||
description: 给 Vue ECharts 提交新功能建议
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
||||
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user