Initial commit
This commit is contained in:
40
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
40
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
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. -->
|
||||
Reference in New Issue
Block a user