Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armadsen/students
https://github.com/armadsen/students
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/armadsen/students
- Owner: armadsen
- Created: 2022-09-14T03:14:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T05:11:26.000Z (about 1 year ago)
- Last Synced: 2024-05-01T23:36:18.288Z (7 months ago)
- Language: Swift
- Size: 964 KB
- Stars: 0
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Students
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.
## Instructions
1. Fork this repository to your own account.
2. Clone your forked repository.
3. 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.
4. Commit your change with git.
5. Push your changes.
6. Open a pull request to request that your changes be merged into the parent repo.