From 3cd9bcd4d8ebe0a2e021e69b50252b93ffa9adc8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?=
<3277200+sentsim@users.noreply.github.com>
Date: Fri, 21 Jul 2023 12:35:24 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20Gitee=20issue=20=E8=A1=A8?=
=?UTF-8?q?=E5=8D=95=E6=A8=A1=E6=9D=BF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.gitee/ISSUE_TEMPLATE/bug.yml | 4 +++-
.gitee/ISSUE_TEMPLATE/feature.yml | 26 --------------------------
2 files changed, 3 insertions(+), 27 deletions(-)
delete mode 100644 .gitee/ISSUE_TEMPLATE/feature.yml
diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml
index 2fa912ac..d0fb2576 100644
--- a/.gitee/ISSUE_TEMPLATE/bug.yml
+++ b/.gitee/ISSUE_TEMPLATE/bug.yml
@@ -5,7 +5,9 @@ body:
- type: markdown
attributes:
value: |
- 在反馈问题之前,请确保:
+ **请注意**:此处只接受 Layui 相关技术问题,其他如 layuiAdmin 或 layim 等主题相关问题请勿在此反馈。
+
+ 同时,在反馈问题之前,请确保:
- 已查看官方使用文档:**https://layui.dev** ,但没有找到相关解决方案。
- 已在 **Issues** 中搜索过类似的问题,但没有找到相关解决方案。
- type: input
diff --git a/.gitee/ISSUE_TEMPLATE/feature.yml b/.gitee/ISSUE_TEMPLATE/feature.yml
deleted file mode 100644
index 8d4fcb88..00000000
--- a/.gitee/ISSUE_TEMPLATE/feature.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-name: 😄 功能建议
-description: 对 Layui 提出合理且有效的建议。
-title: ""
-labels: ["建议"]
-body:
- - type: textarea
- id: related-problem
- attributes:
- label: 建议内容
- placeholder: 阐述提出该建议的出发点,请认真填写。
- validations:
- required: true
- - type: textarea
- id: desired-solution
- attributes:
- label: 解决方案
- placeholder: 你希望得到什么样的解决方案?
- validations:
- required: true
- - type: textarea
- id: additional-context
- attributes:
- label: 截图说明
- placeholder: 在此处添加有关功能请求的相关截图(支持粘贴上传)。
- validations:
- required: false
\ No newline at end of file