Skip to content

Latest commit

 

History

History
110 lines (66 loc) · 2.17 KB

File metadata and controls

110 lines (66 loc) · 2.17 KB

Description


Type of Change

  • Bug fix
  • New feature
  • Enhancement / improvement to existing feature
  • Refactor
  • UI / styling update
  • Documentation update
  • Performance improvement
  • Chore / maintenance

Jira Ticket


What Changed


Components / Pages Affected

Area Path Added / Modified

Breaking Changes


How Has This Been Tested?

  • Manual testing in browser
  • Tested on mobile / responsive viewpoints
  • Ran npm run build (build passes)
  • Ran npm run lint (no lint errors)
  • Verified no TypeScript errors

Test details:


Screenshots / Screen Recordings (if applicable)

Before After

Checklist

  • Code follows the project conventions and folder structure
  • No hardcoded strings that should be extracted
  • Components are properly typed with TypeScript
  • No unnecessary console.log or debug code left in
  • Ran npm run build successfully
  • Ran npm run lint with no new warnings or errors
  • Responsive design considered (if UI change)
  • Accessibility basics checked (if UI change)

Notes for Reviewers


Deployment Notes

  • Requires environment variable update (.env)
  • Requires dependency install (npm install)
  • No special deployment steps