Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 565 Bytes

PRTemplate.md

File metadata and controls

24 lines (16 loc) · 565 Bytes

Changes Made

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

Steps to Review

  1. Checkout to this branch locally

    git fetch --all
    git checkout branchname
    
  2. Ensure the backend and client are both running.

  3. Test app functionality.

    Example: When user does BLANK, then BLANK should happen.

  4. View code file.

    Confirm file modifications are present as indicated above.

    Confirm no unused code or extraneous comments exist.