mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-27 12:29:35 +00:00
290360387f
- Add CODE_OF_CONDUCT.md based on Contributor Covenant 2.1 - Add .github/PULL_REQUEST_TEMPLATE.md with structured sections - Link CODE_OF_CONDUCT in README.md and CONTRIBUTING.md
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.jsand updated relevant docs - No new warnings, secrets, or hardcoded credentials introduced