From d4f04b1ab9aae2f8de8def542399b2780adae44c Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 1 May 2023 10:51:19 +0800 Subject: [PATCH] chore: add question links (#11789) --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0086358db..94b6e4326 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,8 @@ blank_issues_enabled: true +contact_links: + - name: Ask a question + url: https://github.com/youzan/vant/discussions + about: Ask a question about Vant + - name: 提问 + url: https://github.com/youzan/vant/discussions + about: 询问 Vant 的用法问题