Example: Closes: #[ISSUE_NUMBER]
...
- Check out this branch.
- Log in as a test user (user@test.com / 123456).
- Navigate to the
/profileroute. - Click "Upload Photo" and select an image.
- Verify the photo updates.
- Verify in the database that the
user.avatarUrlfield has changed.
Evidence (Screenshots/GIFs/Videos):
- My code follows the project's style guides (e.g.,
npm run lintpasses with no errors). - I have run existing tests and they all pass (e.g.,
npm run test). - I have added new tests that cover my changes (if applicable).
- I have updated relevant documentation (e.g., README, Postman, Swagger).
- There is no "WIP" (Work in Progress) in the title or unnecessary commented-out code.
- I have reviewed my own changes (checked the "diff") to avoid including junk files or
console.logs.