Xboard/.github/ISSUE_TEMPLATE/bug-report----问题反馈.md

40 lines
1.1 KiB
Markdown
Raw Normal View History

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