mirror of
https://github.com/Airsonic-Pulse/airsonic-pulse.git
synced 2026-07-09 21:18:27 +00:00
960 B
960 B
Description
Closes #
Type of change
- Bug fix
- New feature
- Refactor / code cleanup
- Chore (dependency update, CI, tooling)
- Documentation
- Release preparation
Testing done
- Existing tests pass (
mvn test -pl airsonic-main -am) - New tests added (if applicable)
- Manually tested on local instance
Breaking changes
- This change is backwards-compatible
- This change breaks existing behavior
Checklist
- Code follows project style guidelines (
mvn checkstyle:checkpasses) - No hardcoded upstream repository references introduced
- All commits are signed-off (
git commit --signoff) — required by GPLv3 acceptance