Skip to content

Latest commit

 

History

History
26 lines (26 loc) · 808 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

26 lines (26 loc) · 808 Bytes

Changes Made

  1. Added file filename to directoryname directory.
  2. Modified file filename to include functionalityname and functionality. ​

Steps to Review

  1. Checkout this branch locally.
git fetch --all
git checkout branchname
  1. Run the application.
npm start
  1. Open a new Terminal tab (⌘T) and navigate to the server directory.
  2. Initialize virtual environment, and run the server.
pipenv shell
python manage.py runserver
  1. 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.

  1. View code file.

Confirm file modifications are present as indicated above. Confirm no unused code or extraneous comments exist.