- Bug fix
- New feature
- Enhancement / improvement to existing feature
- Refactor
- UI / styling update
- Documentation update
- Performance improvement
- Chore / maintenance
| Area | Path | Added / Modified |
|---|---|---|
- 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:
| Before | After |
|---|---|
- Code follows the project conventions and folder structure
- No hardcoded strings that should be extracted
- Components are properly typed with TypeScript
- No unnecessary
console.logor debug code left in - Ran
npm run buildsuccessfully - Ran
npm run lintwith no new warnings or errors - Responsive design considered (if UI change)
- Accessibility basics checked (if UI change)
- Requires environment variable update (
.env) - Requires dependency install (
npm install) - No special deployment steps