From ededd9a1b3b3ab5fb7b47cc294345dcc3af77eed Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 25 Nov 2021 20:03:07 +0800 Subject: [PATCH] chore: use https://new-issue.ant.design back (#33029) * Rename template-1-bug-report.yml to template-1-bug-report.yml.close * Update config.yml * Rename template-2-feature-request.yml to template-2-feature-request.yml.close --- .github/ISSUE_TEMPLATE/config.yml | 5 ++++- ...late-1-bug-report.yml => template-1-bug-report.yml.close} | 0 ...ture-request.yml => template-2-feature-request.yml.close} | 0 3 files changed, 4 insertions(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{template-1-bug-report.yml => template-1-bug-report.yml.close} (100%) rename .github/ISSUE_TEMPLATE/{template-2-feature-request.yml => template-2-feature-request.yml.close} (100%) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ad7151bd73..10f81b3670 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: true contact_links: - - name: Create new issue + - name: 🆕 Create new issue url: http://new-issue.ant.design about: The issue which is not created via http://new-issue.ant.design will be closed immediately. + - name: 🆕 创建一个新 Issue + url: http://new-issue.ant.design + about: 不是用 http://new-issue.ant.design 创建的 issue 会被机器人自动关闭。另外『如何使用...』类问题建议使用讨论区 https://github.com/ant-design/ant-design/discussions diff --git a/.github/ISSUE_TEMPLATE/template-1-bug-report.yml b/.github/ISSUE_TEMPLATE/template-1-bug-report.yml.close similarity index 100% rename from .github/ISSUE_TEMPLATE/template-1-bug-report.yml rename to .github/ISSUE_TEMPLATE/template-1-bug-report.yml.close diff --git a/.github/ISSUE_TEMPLATE/template-2-feature-request.yml b/.github/ISSUE_TEMPLATE/template-2-feature-request.yml.close similarity index 100% rename from .github/ISSUE_TEMPLATE/template-2-feature-request.yml rename to .github/ISSUE_TEMPLATE/template-2-feature-request.yml.close