mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-23 02:58:14 -05:00
40 lines
1.1 KiB
Markdown
40 lines
1.1 KiB
Markdown
---
|
||
name: 🐛 问题反馈 | Bug Report
|
||
about: 提交使用过程中遇到的问题 | Report an issue
|
||
title: "问题:"
|
||
labels: '🐛 bug'
|
||
assignees: ''
|
||
---
|
||
|
||
<!-- 🔴 请注意:XrayR等非XBoard问题请前往相应项目提问 -->
|
||
<!-- 🔴 Note: For XrayR and other non-XBoard issues, please report to their respective projects -->
|
||
|
||
> ⚠️ 请务必按照模板填写完整信息,没有详细描述的issue可能会被忽略或关闭
|
||
> ⚠️ Please follow the template to provide complete information, issues without detailed description may be ignored or closed
|
||
|
||
**基本信息 | Basic Info**
|
||
```yaml
|
||
XBoard版本 | Version:
|
||
部署方式 | Deployment: [Docker/手动部署]
|
||
PHP版本 | Version:
|
||
数据库 | Database:
|
||
```
|
||
|
||
**问题描述 | Description**
|
||
<!-- 简要描述你遇到的问题 -->
|
||
|
||
|
||
**复现步骤 | Steps**
|
||
<!-- 如何复现这个问题? -->
|
||
1.
|
||
2.
|
||
|
||
**相关截图 | Screenshots**
|
||
<!-- 拖拽图片到这里(请注意隐藏敏感信息)-->
|
||
|
||
**日志信息 | Logs**
|
||
<!-- 运行命令:php artisan log:export 7 -->
|
||
```log
|
||
// 粘贴日志内容到这里
|
||
```
|