Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 939 Bytes

File metadata and controls

41 lines (25 loc) · 939 Bytes

Summary

Describe the change and the problem it solves.

Why This Change?

Explain the motivation, issue, or user story behind this pull request.

What Changed

API / Contract Impact

  • No API changes
  • Backward-compatible API change
  • Breaking API change

If there is an API change, document the endpoint, payload, or response differences here.

Testing

  • I ran npm run lint
  • I ran npm run build
  • I ran npm run test
  • I added or updated tests for behavior changes

Deployment Notes

List any environment, migration, rollout, or monitoring requirements.

Screenshots / Logs

Include screenshots, request/response examples, or logs when helpful.

Checklist

  • I kept the change focused and reviewable
  • I updated documentation or examples if needed
  • I considered backward compatibility
  • I verified new environment variables are documented in .env.example