Update 漏洞反馈.yml

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