mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-26 12:08:15 +00:00
1.4 KiB
1.4 KiB
Description
Closes #
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 alters existing behavior)
- Refactoring (no functional changes)
- Documentation update
- Build, dependencies, or CI
How Has This Been Tested?
- Tested on Chrome
- Tested on Firefox
npm run lintpasses with zero errors and zero warningsnode -cpasses on all modified.jsfiles
Checklist
- My code follows the project's style guidelines
- I have performed a self-review of my code
- I have added/updated tests if needed
- I have updated documentation if needed (
docs/, README, etc.) - Protocol changes: I ran
node scripts/build-extension.cjsand updated relevant docs - No new warnings, secrets, or hardcoded credentials introduced