Xboard/.github/ISSUE_TEMPLATE/bug-report.md

39 lines
1.1 KiB
Markdown
Raw Normal View History

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