Initial commit

This commit is contained in:
2026-08-13 13:44:35 -04:00
commit d5ffcf34af
12 changed files with 351 additions and 0 deletions

22
.github/issue_template/enhancment.md vendored Normal file
View File

@@ -0,0 +1,22 @@
---
name: "Enhancement"
about: "Request a feature"
ref: "develop"
labels:
- Type/Enhancement
---
# Feature Request
<!-- Detailed description -->
...
## Requirements
<!-- Bullet list of requirments -->
1. ...
2. ...
## Notes
<!-- Any additional considerations, solutions or design choices -->
...