This is a simple app that displays a list of students names. It is used to teach basic git usage, including using GitHub pull requests.
-
Fork this repository to your own GitHub account by clicking the Fork button in the top right corner of the page:
-
Clone your fork to your own machine using Tower, GitHub Desktop, or Terminal (your choice).
-
In your local copy of the repo, create a new branch called "add-my-name". (Optional)
-
Open the StudentList Xcode project.
-
Drag an image of yourself into the StudentImages group under Resources. The image name should be your first name (e.g. "Anna.jpg").
-
Build and run the app to make sure your image is displayed.
-
Commit your change, including a good, descriptive commit message.
-
Push your changes to your remote repository (on GitHub).
-
On the GitHub page for your repository, select the add-my-name branch, then create a pull request by clicking "Create New Pull Request":
-
Enter a description of your pull request, then click "Create pull request".
-
The owner of the repository you forked will have to approve and merge your pull request. After this is done, your change will be in the main repository!