mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
31 lines
1.3 KiB
YAML
31 lines
1.3 KiB
YAML
name: Bug report
|
|
description: Report bugs or vulnerabilities using this template. For container network connection issues, refer to the documentation https://docs.langbot.app/en/workshop/network-details.html
|
|
title: "[Bug]: "
|
|
labels: ["bug?"]
|
|
body:
|
|
- type: input
|
|
attributes:
|
|
label: Runtime environment
|
|
description: LangBot version, operating system, system architecture, **Python version**, **host location**
|
|
placeholder: "For example: v3.3.0, CentOS x64 Python 3.10.3, Docker"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Exception
|
|
description: Describe the exception in detail, what happened and when it happened. **Please include log information.**
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Reproduction steps
|
|
description: How to reproduce this problem, the more detailed the better; the more information you provide, the faster we will solve the problem. 【注意】请务必认真填写此部分,若不提供完整信息(如只有一两句话的概括),我们将不会回复!
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Enabled plugins
|
|
description: Some cases may be related to plugin functionality, so please provide the plugin enablement status.
|
|
validations:
|
|
required: false
|