From 0ed12c48c5ccf9670a3fa0989027c324cbb1ef21 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Mon, 24 Dec 2018 18:30:37 +0800 Subject: [PATCH] add issue-close-app config file --- .github/issue-close-app.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/issue-close-app.yml diff --git a/.github/issue-close-app.yml b/.github/issue-close-app.yml new file mode 100644 index 000000000..f491c88e3 --- /dev/null +++ b/.github/issue-close-app.yml @@ -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!
为了能够进行高效沟通,我们对 issue 有一定的格式要求,你的 issue 因为不符合要求而被自动关闭。你可以通过 [issue 助手](https://vuecomponent.github.io/issue-helper/) 来创建 issue 以方便我们定位错误。谢谢配合!" +issueConfigs: +- content: + - "" +- 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"