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