mirror of
https://github.com/WSA-Installer/wsa-installer.git
synced 2026-07-29 11:24:06 -07:00
1.5 KiB
1.5 KiB
name, about, title, labels, assignees
| name | about | title | labels | assignees |
|---|---|---|---|---|
| Pull Request | Submit changes to WSA Installer |
Description
Type of Change
- 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 not work as expected)
- Documentation update
- Refactoring (code changes that neither fix a bug nor add a feature)
- Performance improvement
- Build / CI change
Related Issues
Closes #(issue number)
Changes Made
- Change 1
- Change 2
- Change 3
Testing
- Tested on Windows 10
- Tested on Windows 11
- Tested with Play Store installation
- Tested repair flow
- Tested uninstall flow
- Tested background service
- Tested file sharing (WebDAV)
- Tested self-update
Screenshots
Checklist
- My code follows the project's code style
- I have self-reviewed my code
- I have added comments for complex logic
- I have updated documentation as needed
- I have added tests that prove my fix is effective or my feature works
- New and existing tests pass locally with my changes
- Any dependent changes have been merged and published