diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml deleted file mode 100644 index 0ca7497a..00000000 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: 问题反馈 -description: 使用 Layui 过程中遇到的 Bug、异常或其他困惑。😇 - -title: "" -labels: ["bug"] -body: - - type: markdown - attributes: - value: | - 在提出问题之前,请确保: - - 您已查看官方使用文档:**https://layui.dev** ,但没有找到相关解决方案。 - - 您已在 Issues 中搜索过类似的问题,但没有找到相关解决方案。 - - type: input - attributes: - label: 版本号 - description: 请提供您所使用的 Layui 版本号 - validations: - required: true - - type: textarea - attributes: - label: 问题描述 - description: 请提供尽可能详细的问题描述和具体操作步骤等信息,以便我们也能够更轻松地将问题复现。 - validations: - required: true - - type: textarea - attributes: - label: 业务代码 - description: 提供与该问题对应的业务代码片段,以便我们更好地排查问题。 - validations: - required: true - - type: textarea - attributes: - label: 其他补充 - description: 如截图等补充信息。 - - type: checkboxes - attributes: - label: 友好承诺 - options: - - label: 我承诺将本着相互尊重、理解和友善的态度进行交流,共同维护好 Layui 来之不易的良好的社区氛围。 - required: true \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/feature.yml b/.gitee/ISSUE_TEMPLATE/feature.yml deleted file mode 100644 index e94a2f65..00000000 --- a/.gitee/ISSUE_TEMPLATE/feature.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: 功能建议 -description: 对 Layui 提出您的宝贵建议。😄 - -title: "[建议]: " -labels: ["enhancement"] -body: - - type: textarea - id: related-problem - attributes: - label: 建议内容 - description: 阐述提出该建议的出发点。 - validations: - required: false - - type: textarea - id: desired-solution - attributes: - label: 解决方案 - description: 您希望看到什么样的解决方案? - validations: - required: true \ No newline at end of file