From 0e99aa3541ba19e4f680a6d0f2ee8f0c2f5398dc Mon Sep 17 00:00:00 2001 From: sea <45450994+warmthsea@users.noreply.github.com> Date: Tue, 6 May 2025 15:44:00 +0800 Subject: [PATCH] chore: update issue template links and descriptions (#20635) --- .github/ISSUE_TEMPLATE/bug_report.yml | 17 ----------------- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index 9bdd85c54c..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: 'Blank Issue' -description: Please use https://issue.element-plus.org/ to create a new issue. -body: - - type: markdown - attributes: - value: | - **Notice:** - Do not create issues through this page, please use https://issue.element-plus.org to create new issues. - Issues created without this link will be closed directly. - - **注意:** - 不要通过此页面创建问题, 请使用 https://issue.element-plus.org 创建新的问题. - 如果不是通过此链接创建的问题, 将会被直接关闭. - - type: textarea - id: add-a-description - attributes: - label: Add a description diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b3d3bf8b7c..d6fcfffc91 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: true contact_links: - - name: 🔗 Quick Create new issue / 快速创建新 issue + - name: 🔗 Create new issue / 创建新 issue url: https://issue.element-plus.org/ - about: The issue which is not created via https://issue.element-plus.org/ will be closed immediately. + about: Issues created using the ⚠️ Blank issue above will be closed directly. Please click this link to create an issue using the issue helper. / 使用上面 ⚠️ Blank issue 创建的问题将会被直接关闭,请点击此链接通过 issue helper 创建. - name: 🤔 Questions and Help / 问题和帮助 url: https://github.com/element-plus/element-plus/discussions about: Ask questions and request help or other discussions.