From c97178032cf504d003b078ffec3e61daa92d46cb Mon Sep 17 00:00:00 2001 From: shipengyu Date: Mon, 14 Aug 2023 09:27:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'.gitea'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .gitea diff --git a/.gitea b/.gitea new file mode 100644 index 0000000..bf562ed --- /dev/null +++ b/.gitea @@ -0,0 +1,35 @@ +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