This repo contains source code for an app that displays a list of images and their names. It is for learning the GitHub pull request work flow.
- Fork this repository to your own account.
- Clone your forked repository.
- Add your own image to the StudentImages folder. Its filename should be your first name (plus the file extension, for example, .jpg). Note: You should not open or modify the Xcode project. You only need to copy your image file into the StudentImages folder.
- Commit your change with git.
- Push your changes.
- Open a pull request to request that your changes be merged into the parent repo.