Initial commit

This commit is contained in:
2026-01-26 16:43:01 -05:00
commit 23cb27503e
39 changed files with 96557 additions and 0 deletions

40
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View 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. -->