Modified file filename to include functionalityname and functionality.
Steps to Review
Checkout this branch locally.
git fetch --all
git checkout branchname
Open a new Terminal tab (⌘T) and navigate to the server directory.
Test app functionality.
Instructions for how reviewer can test functionality, and detailed description of what the expected outcome is.
Example: When user does BLANK, then BLANK should happen.
View code file.
Confirm file modifications are present as indicated above.
Confirm no unused code or extraneous comments exist.
Changes Made
filename
todirectoryname
directory.filename
to includefunctionalityname
and functionality. Steps to Review