mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-04 00:08:13 -05:00
38 lines
742 B
Markdown
38 lines
742 B
Markdown
---
|
|
name: 🐛 Bug Report
|
|
about: Report an issue
|
|
title: "Issue: "
|
|
labels: '🐛 bug'
|
|
assignees: ''
|
|
---
|
|
|
|
<!-- 🔴 Note: For XrayR and other non-XBoard issues, please report to their respective projects -->
|
|
|
|
> ⚠️ Please follow the template to provide complete information, issues without detailed description may be ignored or closed
|
|
|
|
**Basic Info**
|
|
```yaml
|
|
Version:
|
|
Deployment: [Docker/Manual]
|
|
PHP Version:
|
|
Database:
|
|
```
|
|
|
|
**Description**
|
|
<!-- Briefly describe the issue you encountered -->
|
|
|
|
|
|
**Steps to Reproduce**
|
|
<!-- How to reproduce this issue? -->
|
|
1.
|
|
2.
|
|
|
|
**Screenshots**
|
|
<!-- Drag and drop images here (please hide sensitive information) -->
|
|
|
|
**Logs**
|
|
<!-- Logs from storage/logs directory -->
|
|
```log
|
|
// Paste log content here
|
|
```
|