Update 漏洞反馈.yml

This commit is contained in:
Rock Chin
2023-03-27 11:16:48 +08:00
committed by GitHub
parent b0cfec9913
commit 68fda8d7f3
+38 -43
View File
@@ -2,47 +2,42 @@ name: 漏洞反馈
description: 报错或漏洞请使用这个模板创建,不使用此模板创建的异常、漏洞相关issue将被直接关闭 description: 报错或漏洞请使用这个模板创建,不使用此模板创建的异常、漏洞相关issue将被直接关闭
title: "[Bug]: " title: "[Bug]: "
labels: ["bug?"] labels: ["bug?"]
body: body:
- type: dropdown - type: dropdown
id: deploy_method attributes:
attributes: label: 部署方式
label: 部署方式 description: "主程序使用的部署方式"
description: "主程序使用的部署方式" options:
options: - 手动部署
- 手动部署 - 安装器部署
- 安装部署 - 一键安装部署
- 一键安装包部署 - Docker部署
- Docker部署 validations:
validations: required: true
required: true - type: input
- type: input attributes:
id: system_env label: 系统环境
attributes: description: 操作系统、系统架构。
label: 系统环境 placeholder: 例如: CentOS x64、Windows11
description: 操作系统、系统架构。 validations:
placeholder: 例如: CentOS x64、Windows11 required: true
validations: - type: input
required: true attributes:
- type: input label: Python环境
id: python_env description: 运行程序的Python版本
attributes: placeholder: 例如: Python 3.10
label: Python环境 validations:
description: 运行程序的Python版本 required: true
placeholder: 例如: Python 3.10 - type: textarea
validations: attributes:
required: true label: 异常情况
- type: textarea description: 完整描述异常情况,什么时候发生的、发生了什么
id: situation validations:
attributes: required: true
label: 异常情况 - type: textarea
description: 完整描述异常情况,什么时候发生的、发生了什么 attributes:
validations: label: 报错信息
required: true description: 请提供完整的报错信息(若有)
- type: textarea render: markdown
attributes: validations:
label: 报错信息 required: false
description: 请提供完整的报错信息(若有)
render: markdown
validations:
required: false