From f51d75cd981a06d69b5585465546320f1436d29a Mon Sep 17 00:00:00 2001 From: shipengyu Date: Mon, 14 Aug 2023 09:26:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20'.gitea/issue=5Ftemplate.y?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/issue_template.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .gitea/issue_template.yml diff --git a/.gitea/issue_template.yml b/.gitea/issue_template.yml deleted file mode 100644 index bf562ed..0000000 --- a/.gitea/issue_template.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Bug 提交 -about: bug提交模板 -title: "【模块名称】: " -body: - - type: markdown - attributes: - value: | - 请在输入bug标题时,将【模块名称】改为对应的名称! - - - type: textarea - id: what-happened - attributes: - label: 重现步骤 - description: "" - placeholder: "请尽量详细的描述你遇到的bug!" - value: "1.bug触发前的参数或条件\r\n2.bug触发时的操作\r\n..." - validations: - required: true - - type: dropdown - id: browsers - attributes: - label: 浏览器 - multiple: true - options: - - 无特定浏览器 - - Firefox - - Chrome - - Internet Explorer - - Microsoft Edge - - type: textarea - id: logs - attributes: - label: 附件说明 - description: 请将相关的日志信息或者报错信息复制粘贴到下面的文本框中,或者将报错截图、日志文件上传。 - render: shell \ No newline at end of file