- 🐛 Bug fix (non-breaking change which fixes an issue)
- ✨ New feature (non-breaking change which adds functionality)
- 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
- 📚 Documentation update
- 🎨 Code style update (formatting, renaming)
- ♻️ Code refactoring (no functional changes)
- ⚡ Performance improvement
- 🧪 Test update
- 🔧 Configuration change
- 🌍 Translation/Localization
- Fixes #
- Relates to #
- Closes #
Test Environment:
- Operating System:
- PowerShell Version:
- Intel Platform:
- Script Version:
Test Scenarios: 1. 2. 3.
Test Results:
- All tests passed
- No new warnings or errors
- Existing functionality remains intact
- My code follows the style guidelines of this project
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas
- My changes generate no new warnings or errors
- I have removed any debug code or console logs
- I have tested my changes thoroughly
- I have tested on multiple scenarios/configurations (if applicable)
- I have verified that my changes don't break existing functionality
- I have updated the README (if needed)
- I have updated relevant documentation
- I have updated code comments (if needed)
- I have added/updated examples (if applicable)
- My changes do not introduce security vulnerabilities
- I have considered potential edge cases and error scenarios
- My changes maintain the project's safety standards
Contributor License Agreement: By submitting this pull request, I confirm that my contribution is made under the terms of the MIT License and I have the right to license my contribution under those terms.