mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
Update 漏洞反馈.yml
This commit is contained in:
5
.github/ISSUE_TEMPLATE/漏洞反馈.yml
vendored
5
.github/ISSUE_TEMPLATE/漏洞反馈.yml
vendored
@@ -2,10 +2,8 @@ name: 漏洞反馈
|
||||
description: 报错或漏洞请使用这个模板创建,不使用此模板创建的异常、漏洞相关issue将被直接关闭
|
||||
title: "[Bug]: "
|
||||
labels: ["bug?"]
|
||||
|
||||
body:
|
||||
- type: dropdown
|
||||
id: deploy_method
|
||||
attributes:
|
||||
label: 部署方式
|
||||
description: "主程序使用的部署方式"
|
||||
@@ -17,7 +15,6 @@ body:
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: system_env
|
||||
attributes:
|
||||
label: 系统环境
|
||||
description: 操作系统、系统架构。
|
||||
@@ -25,7 +22,6 @@ body:
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: python_env
|
||||
attributes:
|
||||
label: Python环境
|
||||
description: 运行程序的Python版本
|
||||
@@ -33,7 +29,6 @@ body:
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: situation
|
||||
attributes:
|
||||
label: 异常情况
|
||||
description: 完整描述异常情况,什么时候发生的、发生了什么
|
||||
|
||||
Reference in New Issue
Block a user