diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..1d5dd3d --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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 的链接:**