## ๐Ÿ“‹ PR Type - [ ] ๐Ÿ› **Bug fix** (non-breaking change that fixes an issue) - [ ] โœจ **New feature** (non-breaking change that adds functionality) - [ ] ๐Ÿ’ฅ **Breaking change** (fix or feature that would cause existing functionality to change) - [ ] ๐Ÿ“š **Documentation** (changes to documentation only) - [ ] ๐Ÿ”ง **Configuration** (changes to templates, examples, or deployment configs) - [ ] ๐Ÿ›ก๏ธ **Security** (security patch or hardening) - [ ] ๐Ÿ—๏ธ **Build/CI** (changes to build process or CI/CD) --- ## ๐Ÿ”— Related Issue - Fixes # --- ## ๐Ÿ“ Description ### What does this PR do? ### Why is this change needed? --- ## ๐Ÿงช Testing Performed ### Test Environment - **Image Version:** - **Deployment Method:** - **Architecture:** ### Steps to Test 1. 2. 3. --- ## ๐Ÿ’ฅ Breaking Changes - [ ] **No breaking changes** --- ## โœ… Pre-Submission Checklist - [ ] I have read the [Contributing Guidelines](../CONTRIBUTING.md) - [ ] I have read the [Code of Conduct](../CODE_OF_CONDUCT.md) - [ ] My code follows the project's coding standards - [ ] I have performed a self-review of my changes - [ ] My changes generate no new warnings or errors - [ ] I have updated documentation as needed - [ ] I have added an entry to CHANGELOG.md (if applicable) - [ ] I have removed sensitive information from logs/config examples