Files
LangBot/.github/ISSUE_TEMPLATE/bug-report_en.yml
2025-05-20 09:14:52 +08:00

31 lines
1.4 KiB
YAML

name: Bug report
description: Report bugs or vulnerabilities using this template, issues that do not match will be closed directly. Due to improper operation or lack of understanding of the technology stack, network connection issues are not supported, please do not create issues. For container network connection issues, refer to the documentation https://docs.langbot.app/zh/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 system directly write 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