mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-16 12:52:48 +08:00
add issue template
This commit is contained in:
21
.github/ISSUE_TEMPLATE.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
## The type of this issue / Issue 类型
|
||||
|
||||
- [ ] Feature request / 新特性需求
|
||||
- [ ] Bug report / Bug 报告
|
||||
|
||||
## Details / 详情
|
||||
|
||||
### How are you importing Vue-ECharts? / 你是如何引入 Vue-ECharts 的?
|
||||
|
||||
- [ ] Bundled version/打包版本 (`import ECharts from 'vue-echarts'`)
|
||||
- [ ] The `.vue` component/`.vue` 组件 (`import ECharts from 'vue-echarts/components/ECharts'`)
|
||||
|
||||
### The version of Vue-ECharts you are using / Vue-ECharts 的版本
|
||||
|
||||
|
||||
|
||||
## Reproduction link / 复现链接
|
||||
|
||||
**For bug reports, please provide the steps to reproduce and if possible a minimal demo of the problem. Please paste the link to your [CodeSandbox](https://codesandbox.io/s/vue) demo below:**
|
||||
|
||||
**对于 Bug 报告,请在下面提供复现的步骤,最好是最小化的能够重现问题的 demo。请在下方贴入在 [CodeSandbox](https://codesandbox.io/s/vue) 上 demo 的链接:**
|
Reference in New Issue
Block a user