add issue-close-app config file

pull/344/head
tangjinzhou 2018-12-24 18:30:37 +08:00
parent b965d8979c
commit 0ed12c48c5
1 changed files with 14 additions and 0 deletions

14
.github/issue-close-app.yml vendored Normal file
View File

@ -0,0 +1,14 @@
comment: "Your issue has been closed because it does not conform to our issue requirements. Please use the [Issue Helper](https://vuecomponent.github.io/issue-helper/) to create an issue, thank you! <br/> 为了能够进行高效沟通,我们对 issue 有一定的格式要求,你的 issue 因为不符合要求而被自动关闭。你可以通过 [issue 助手](https://vuecomponent.github.io/issue-helper/) 来创建 issue 以方便我们定位错误。谢谢配合!"
issueConfigs:
- content:
- "<!-- generated by issue-helper. DO NOT REMOVE -->"
- content:
- "Version"
- "Environment"
- "Reproduction link"
- "Steps to reproduce"
- "What is expected"
- "What is actually happening"
- content:
- "What problem does this feature solve"
- "What does the proposed API look like"