Interactive AR experience at Penn State Children’s Hospital for patients unable to attend events leading up to and including THON weekend
Open up Xcode, but do not open up any projects or create a new project. Instead, in the menu, select Xcode -> Preferences. Within preferences, go to Accounts and add your GitHub account.
Exit out of preferences and open Xcode again. Then click on Clone an existing project and click on the THONAR project.
Call it "feature/(name_of_feature)" for consistency and to help everyone know what you are adding.
In the Xcode project, select Source Control -> Fetch and Refresh Status. You should now see the branch you created on GitHub in the Remotes folder in the Source Navigtor.
To commit your changes in Xcode, select Source Control -> Commit. Then add a description about what you added to the project.
Select Source Control -> Push. Then, select the branch coordinating to the feature that you are adding.
Go to GitHub and submit a pull request for the branch you want to merge. You can add a description if you think it will be helpful to others who are reviewing it. The pull requests automatically require at least one other contributor to review the requested changes in order for it to be merged with master to ensure master is always working properly.