airsonic-pulse/.github/PULL_REQUEST_TEMPLATE.md
2026-05-14 10:54:09 +02:00

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:check passes)
  • No hardcoded upstream repository references introduced
  • All commits are signed-off (git commit --signoff) — required by GPLv3 acceptance