mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-30 14:17:14 +00:00
Update 漏洞反馈.md
This commit is contained in:
@@ -1,24 +1,49 @@
|
|||||||
---
|
|
||||||
name: 漏洞反馈
|
name: 漏洞反馈
|
||||||
about: 报错或漏洞请使用这个模板创建,不使用此模板创建的异常、漏洞相关issue将被直接关闭
|
description: 报错或漏洞请使用这个模板创建,不使用此模板创建的异常、漏洞相关issue将被直接关闭
|
||||||
title: "[BUG]"
|
title: "[Bug]: "
|
||||||
labels: 'bug'
|
label: ["bugs?"]
|
||||||
assignees: ''
|
assignees:
|
||||||
|
- RockChinQ
|
||||||
---
|
body:
|
||||||
|
- type: dropdown
|
||||||
请认真按照实际情况填写以下信息!!!!
|
id: deploy_method
|
||||||
|
attributes:
|
||||||
**运行环境**
|
label: 部署方式
|
||||||
- 部署方式:
|
description: "主程序使用的部署方式"
|
||||||
手动部署/自动部署/Docker部署
|
options:
|
||||||
- 系统环境:
|
- 手动部署 (Default)
|
||||||
例如: Centos x64
|
- 安装器部署
|
||||||
- Python环境(仅手动部署填写):
|
- 一键安装包部署
|
||||||
例如: Python 3.10.9
|
- Docker部署
|
||||||
|
validations:
|
||||||
**描述漏洞**
|
required: true
|
||||||
什么时候发生的,mirai还是主程序,越详细越好
|
- type: input
|
||||||
|
id: system_env
|
||||||
**完整报错信息**
|
attributes:
|
||||||
完整的报错信息
|
label: 系统环境
|
||||||
|
description: 操作系统、系统架构。
|
||||||
|
placeholder: 例如: CentOS x64、Windows11
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: python_env
|
||||||
|
attributes:
|
||||||
|
label: Python环境
|
||||||
|
description: 运行程序的Python版本
|
||||||
|
placeholder: 例如: Python 3.10
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: situation
|
||||||
|
attributes:
|
||||||
|
label: 异常情况
|
||||||
|
description: 完整描述异常情况,什么时候发生的、发生了什么
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 报错信息
|
||||||
|
description: 请提供完整的报错信息(若有)
|
||||||
|
render: markdown
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user