Merge branch 'smartcmd:main' into main

This commit is contained in:
Omri
2026-03-02 00:00:08 +02:00
committed by GitHub
24 changed files with 145 additions and 48 deletions

BIN
.github/IMG_8725.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 952 KiB

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

@@ -0,0 +1,22 @@
# Pull Request
## Description
Briefly describe the changes this PR introduces.
## Changes
### Previous Behavior
*Describe how the code behaved before this change.*
### Root Cause
*Explain the core reason behind the erroneous/old behavior (e.g., bug, design flaw, missing edge case).*
### New Behavior
*Describe how the code behaves after this change.*
### Fix Implementation
*Detail exactly how the issue was resolved (specific code changes, algorithms, logic flows).*
## Related Issues
- Fixes #[issue-number]
- Related to #[issue-number]