Initial commit

This commit is contained in:
2026-03-04 10:24:08 -05:00
commit 7182d9ee45
12 changed files with 351 additions and 0 deletions

26
.github/issue_template/refactor.md vendored Normal file
View File

@@ -0,0 +1,26 @@
---
name: "Refactor"
about: "Refactor existing system"
ref: "develop"
labels:
- Kind/Refactor
---
# Refactor
<!-- Detailed description -->
The current...
Should be changed/updated to...
## Reasoning
- ...
## Scope
<!-- What systems will this impact -->
- ...
## Notes
<!-- Any additional design considerations -->
...