41 lines
661 B
Markdown
41 lines
661 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug or issue with the project
|
|
title: "[Bug] "
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
### Bug Description
|
|
|
|
Provide a detailed description of the bug or issue.
|
|
|
|
|
|
### Steps to Reproduce
|
|
|
|
1. Step one
|
|
2. Step two
|
|
3. Step three
|
|
|
|
### Expected Behavior
|
|
|
|
Explain what you expected to happen.
|
|
|
|
|
|
### Actual Behavior
|
|
|
|
Describe what actually happened, including any error messages or logs.
|
|
|
|
|
|
### Screenshots (if applicable)
|
|
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
|
|
### Environment Information:
|
|
|
|
- Operating System: [e.g., macOS, Windows, Linux]
|
|
- Browser (if applicable): [e.g., Chrome, Firefox]
|
|
- Version: [e.g., 1.0.0]
|