Merge remote-tracking branch 'origin/main' into dev-1.7.0

# Conflicts:
#	.github/ISSUE_TEMPLATE/bug_report.yml
#	.github/workflows/docker-image.yml
This commit is contained in:
LukeGus
2025-10-01 15:38:31 -05:00
3 changed files with 156 additions and 0 deletions

23
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,23 @@
# Overview
_Short summary of what this PR does_
- [ ] Added: ...
- [ ] Updated: ...
- [ ] Removed: ...
- [ ] Fixed: ...
# Changes Made
_Detailed explanation of changes (if needed)_
- ...
# Related Issues
_Link any issues this PR addresses_
- Closes #ISSUE_NUMBER
- Related to #ISSUE_NUMBER
# Screenshots / Demos
_(Optional: add before/after screenshots, GIFs, or console output)_
# Checklist
- [ ] Code follows project style guidelines
- [ ] Supports mobile and desktop UI/app (if applicable)
- [ ] I have read [Contributing.md](https://github.com/LukeGus/Termix/blob/main/CONTRIBUTING.md)