From 2ea208e3f97b7387ccf334001c8d6a8b2792c5c0 Mon Sep 17 00:00:00 2001 From: Renato Vicente Date: Tue, 28 Jul 2020 00:00:16 -0300 Subject: [PATCH 1/3] chore: add issue template config.yml --- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..675eea91e7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: Create new issue + url: https://new-issue.vuejs.org/ + about: Please use the following link to create a new issue. + - name: Patreon + url: https://www.patreon.com/evanyou + about: Love Vue.js? Please consider supporting us via Patreon. + - name: Open Collective + url: https://opencollective.com/vuejs/donate + about: Love Vue.js? Please consider supporting us via Open Collective. From a132a195b4ab294047570f94051903c49c430424 Mon Sep 17 00:00:00 2001 From: Renato Vicente Date: Tue, 28 Jul 2020 00:02:31 -0300 Subject: [PATCH 2/3] chore: deleting ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 601834beb7..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,8 +0,0 @@ -IMPORTANT: Please use the following link to create a new issue: - -https://new-issue.vuejs.org/?repo=vuejs/vue-cli - -If your issue was not created using the app above, it will be closed immediately. - -中文用户请注意: -请使用上面的链接来创建新的 issue。如果不是用上述工具创建的 issue 会被自动关闭。 From 51ae14f2c70b7c6387caa83c1d3e267456c9a4fc Mon Sep 17 00:00:00 2001 From: Renato Vicente Date: Tue, 28 Jul 2020 01:55:09 -0300 Subject: [PATCH 3/3] chore: typo fix Co-authored-by: Haoqun Jiang --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 675eea91e7..863885d6fb 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Create new issue - url: https://new-issue.vuejs.org/ + url: https://new-issue.vuejs.org/?repo=vuejs/vue-cli about: Please use the following link to create a new issue. - name: Patreon url: https://www.patreon.com/evanyou