mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore: change create issue use (#19865)
This commit is contained in:
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@@ -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
|
||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
5
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user