37 lines
652 B
Markdown
37 lines
652 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report for something does not work as it should
|
|
title: ''
|
|
labels: 'task : bug'
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
# 🐛 Bug Report
|
|
|
|
## Description
|
|
[A clear and concise description of the bug]
|
|
|
|
## Steps to Reproduce
|
|
1. Step 1
|
|
2. Step 2
|
|
3. ...
|
|
|
|
## Expected Behavior
|
|
[What should have happened]
|
|
|
|
## Actual Behavior
|
|
[What actually happened]
|
|
|
|
## Screenshots/Logs
|
|
[If applicable, add screenshots, error logs, or stack traces]
|
|
|
|
## Environment
|
|
- OS: [e.g., iOS 18.5, Android 14]
|
|
|
|
## Possible Fix (Optional)
|
|
[Any suggestions on how to resolve the issue]
|
|
|
|
## Related Issues (Optional)
|
|
[Reference similar issues or PRs]
|