44 lines
729 B
Markdown
44 lines
729 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug to help us improve
|
|
title: '[BUG] '
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## 🐛 Bug Description
|
|
|
|
<!-- A clear and concise description of the bug -->
|
|
|
|
## 🔁 Steps to Reproduce
|
|
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. Scroll down to '...'
|
|
4. See error
|
|
|
|
## ✅ Expected Behavior
|
|
|
|
<!-- What should happen -->
|
|
|
|
## ❌ Actual Behavior
|
|
|
|
<!-- What actually happens -->
|
|
|
|
## 📸 Screenshots
|
|
|
|
<!-- If applicable, add screenshots -->
|
|
|
|
## 🖥️ Environment
|
|
|
|
- OS: [e.g., macOS 14.0, Ubuntu 22.04]
|
|
- Browser: [e.g., Chrome 119, Safari 17]
|
|
- Version: [e.g., v6.2.0]
|
|
|
|
## 📋 Additional Context
|
|
|
|
<!-- Any other relevant information -->
|
|
|
|
## 🔍 Possible Solution
|
|
|
|
<!-- If you have ideas on how to fix this --> |