From b0932f4ea960926ce9a4b33206cdddf354a619d9 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 6 Apr 2021 10:56:11 +0200 Subject: [PATCH] chore: allow questions [skip ci] --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/question.md | 6 ------ 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..a1271268 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Question + url: https://github.com/posva/pinia/discussions/new + about: Ask a question or discuss about Pinia + - name: GitHub Sponsors + url: https://github.com/sponsors/posva + about: Like this project? Please consider supporting the author. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 7aab55a0..00000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: Question -about: Ask a question or discuss about Pinia -url: https://github.com/posva/pinia/discussions/new ---- - -- 2.47.3