Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 375 Bytes

File metadata and controls

17 lines (12 loc) · 375 Bytes

Test PDF File

IMPORTANT: Please add the test PDF file that was provided in the email to this directory.

The file should be named something like:

  • test.pdf
  • test-document.pdf
  • Or any name you prefer

Once you add the PDF file, commit it to the repository:

git add test.pdf  # or whatever the filename is
git commit -m "Add test PDF file"
git push