From a5a2397a4dfea5dd578b1b24596adb080da67e84 Mon Sep 17 00:00:00 2001 From: sea <45450994+warmthsea@users.noreply.github.com> Date: Fri, 14 Feb 2025 10:55:09 +0800 Subject: [PATCH] chore: change create issue use (#19865) --- .github/ISSUE_TEMPLATE/bug_report.yml | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000000..9bdd85c54c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,17 @@ +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 49a4e2adb5..546a7f5c51 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: - - name: Create new issue + - name: 🔗 Quick 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. + - name: 🤔 Questions and Help / 问题和帮助 + url: https://github.com/element-plus/element-plus/discussions + about: Ask questions and request help or other discussions.