When contributing to this repository, please open up a GitHub issue and assign it to yourself or claim an existing issue.
Please note that the master branch is write protected so please make your commits in your own branch before making a pull request.
- Install XCode from the app store or from Apple's Developer website
- Get developer credentials.
- Clone the repository
https://github.com/erwang01/ARrehab.git
- Create a branch related to your issue
git branch <branch_name>
- Checkout your branch
git checkout <branch_name>
- Create a new branch off of the tiles branch.
git checkout tiles
git branch <minigame-name>
- Develop
- Create a Video Demo
- tag the commit used to create that demo:
git tag demo/<minigame-name>
- Upload the video demo to Slack
- tag the commit used to create that demo:
- Prep for a PR into tiles.
- Write a function to start the minigame. Note don't autoload the minigame on app launch as you might have done for the demo.
- Document your code!
- Create a pull request.
- Update the README.md with details of changes to the interface, this includes new environment variables, useful file locations and container parameters.
- Submit a pull request with a description of what you did. Please tag the appropriate issue that was fixed by this pull request.
- You may merge the Pull Request in once you have the sign-off of an admin, or if you do not have permission to do that, you may request the reviewer to merge it for you.