From d522975ecc098ad4e441dc0644b585d59beb4313 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Mon, 27 Mar 2023 11:17:14 +0800 Subject: [PATCH] =?UTF-8?q?Delete=20=E6=BC=8F=E6=B4=9E=E5=8F=8D=E9=A6=88.y?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/漏洞反馈.yml | 43 ----------------------------- 1 file changed, 43 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/漏洞反馈.yml diff --git a/.github/ISSUE_TEMPLATE/漏洞反馈.yml b/.github/ISSUE_TEMPLATE/漏洞反馈.yml deleted file mode 100644 index 7075dd9..0000000 --- a/.github/ISSUE_TEMPLATE/漏洞反馈.yml +++ /dev/null @@ -1,43 +0,0 @@ -name: 漏洞反馈 -description: 报错或漏洞请使用这个模板创建,不使用此模板创建的异常、漏洞相关issue将被直接关闭 -title: "[Bug]: " -labels: ["bug?"] -body: - - type: dropdown - attributes: - label: 部署方式 - description: "主程序使用的部署方式" - options: - - 手动部署 - - 安装器部署 - - 一键安装包部署 - - Docker部署 - validations: - required: true - - type: input - attributes: - label: 系统环境 - description: 操作系统、系统架构。 - placeholder: 例如: CentOS x64、Windows11 - validations: - required: true - - type: input - attributes: - label: Python环境 - description: 运行程序的Python版本 - placeholder: 例如: Python 3.10 - validations: - required: true - - type: textarea - attributes: - label: 异常情况 - description: 完整描述异常情况,什么时候发生的、发生了什么 - validations: - required: true - - type: textarea - attributes: - label: 报错信息 - description: 请提供完整的报错信息(若有) - render: markdown - validations: - required: false