41 lines
515 B
Markdown
41 lines
515 B
Markdown
---
|
|
name: 🐛 Bug/Issue
|
|
about: Report a problem with code or documentation
|
|
title: "[BUG] "
|
|
labels: ["bug"]
|
|
assignees: ""
|
|
---
|
|
|
|
## Description
|
|
|
|
<!-- Clear description of the issue -->
|
|
|
|
## Location
|
|
|
|
<!-- Where is the problem? -->
|
|
|
|
- File:
|
|
- Section:
|
|
|
|
## Expected Behavior
|
|
|
|
<!-- What should happen? -->
|
|
|
|
## Actual Behavior
|
|
|
|
<!-- What actually happens? -->
|
|
|
|
## Steps to Reproduce
|
|
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Possible Fix
|
|
|
|
<!-- If you have ideas on how to fix it -->
|
|
|
|
## Additional Context
|
|
|
|
<!-- Screenshots, error messages, etc. -->
|