Xboard/.github/ISSUE_TEMPLATE/bug-report.md
xboard 25c71c60ac
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
update docs
2025-01-22 21:01:18 +08:00

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
```