From 9d7cfc082887b33ef62ff1443bb3c48896c5a885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Fri, 25 Feb 2022 19:49:28 +0800 Subject: [PATCH] chore: change to new issue helper (#6289) --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 77a8fa2b37..49a4e2adb5 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: Create new issue - url: https://elementui.github.io/issue-generator/#/en-US?repo=element-plus - about: The issue which is not created via https://elementui.github.io/issue-generator will be closed immediately. + url: https://issue.element-plus.org/ + about: The issue which is not created via https://issue.element-plus.org/ will be closed immediately.