Closes #
-
feat— new feature (non-breaking) -
fix— bug fix (non-breaking) -
refactor— code change that neither fixes a bug nor adds a feature -
test— adding or updating tests -
docs— documentation only -
chore— build process, CI, config, or tooling changes -
perf— performance improvement -
breaking— breaking change (requires major version bump)
- Added / updated unit tests (
*.spec.ts) - All existing unit tests pass (
npm run test) - E2E tests pass (
npm run test:e2e) - Manually tested against the running server
- No tests required (docs/chore only)
Test commands run:
npm run test
# paste output or coverage summary here- My code follows the project's style conventions (Conventional Commits, NestJS patterns)
- I've added/updated JSDoc comments where relevant
- I've updated
docs/CHANGELOG.mdunder[Unreleased] - I've updated
docs/API.mdif new endpoints were added - I've verified that no secrets, keys, or tokens are committed
- This PR is ready for review (not a draft)