Updated website
Some checks failed
Build and publish / Build Container (push) Failing after 21s
Build and publish / Deploy Container (push) Has been skipped

This commit is contained in:
2026-06-12 02:03:03 -04:00
parent e706057683
commit 4a97d4bbd3
45 changed files with 1069 additions and 21253 deletions

17
.github/issue_template/ai-refinement.md vendored Normal file
View File

@@ -0,0 +1,17 @@
---
name: "AI refinement"
about: "Use AI to refine ticket"
ref: "develop"
labels:
- Review/AI
---
Describe your request:
What are you trying to do and what's happening?
How can it be fixed or improved?
Any other useful information? Logs, screenshots, steps to reproduce?

30
.github/issue_template/bug.md vendored Normal file
View File

@@ -0,0 +1,30 @@
---
name: "Bug report"
about: "Encountered an issue"
ref: "develop"
labels:
- Kind/Bug
---
# Bug Report
<!-- Description of problem -->
I tried to ...
But instead ...
## Steps to Reproduce
<!-- How can developers replicate & test the problem? -->
1. ...
2. ...
3. ...
## Logs
<!-- Any logs that accompanied the error -->
```
```
## Screenshots
<!-- Screenshots (annotated if possible) of the problem -->

28
.github/issue_template/enhancement.md vendored Normal file
View File

@@ -0,0 +1,28 @@
---
name: "Enhancement"
about: "Request an enhancement"
ref: "develop"
labels:
- Kind/Enhancement
---
# Feature Request
<!-- Detailed description -->
As a...
I want to...
## Requirements
<!-- List of any requirements -->
- [ ] ...
- [ ] ...
- [ ] ...
## Notes
<!-- Any additional design considerations -->
...
## Mockups
<!-- Any visual aids -->

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 -->
...