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

38 lines
742 B
Markdown
Raw Normal View History

2025-01-22 08:01:18 -05:00
---
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
```