add issue template

This commit is contained in:
Justineo
2018-02-10 22:44:31 +08:00
parent 7f4cbfa646
commit 449406da2b

21
.github/ISSUE_TEMPLATE.md vendored Normal file
View 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 的链接:**