# Pull Request
## π Description
Brief description of the changes in this PR.
## π§ Type of Change
- [ ] 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
- [ ] Performance improvement
- [ ] Code refactoring (no functional changes)
- [ ] Test improvements
## π§ͺ Testing
- [ ] I have run `npm test` and all tests pass
- [ ] I have run `npm run debug` and verified no issues
- [ ] I have tested this change with multiple WSL distributions (if applicable)
- [ ] I have added tests for new functionality (if applicable)
## π Checklist
- [ ] 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
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] Any dependent changes have been merged and published
## π§ Linux Distribution Testing
If this change affects Linux compatibility, I have tested on:
- [ ] Ubuntu
- [ ] Debian
- [ ] Fedora
- [ ] openSUSE
- [ ] Alpine
- [ ] Other: ___________
## π Documentation
- [ ] I have updated README.md (if needed)
- [ ] I have updated CHANGELOG.md
- [ ] I have updated relevant documentation files
## π Related Issues
Fixes # (issue number)
Closes # (issue number)
Relates to # (issue number)
## πΈ Screenshots (if applicable)
[Add screenshots or gifs demonstrating the changes]
## π¬ Additional Notes
Any additional information, considerations, or context for reviewers.
---
**Reviewer Notes:**
- Please test on at least one WSL distribution
- Verify diagnostic tools still work: `npm run debug`
- Check that auto-fix functionality works: `npm run fix`
- Ensure configuration safety is maintained