From e1fbfac66403aa0df5cdae040a8edf2f219455ca Mon Sep 17 00:00:00 2001 From: Dennis Herzberg <33426785+dennishzg@users.noreply.github.com> Date: Sun, 26 Apr 2020 17:00:19 +0200 Subject: [PATCH] chore: add issue template config.yml (#10777) [ci skip] --- .github/ISSUE_TEMPLATE.md | 16 ---------------- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ 2 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index cb7f9619..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,16 +0,0 @@ - - - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..675eea91 --- /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.