This is intended to get a quick wrap of how things work.
On the github page, click on the branches button. Make a branch with your name by writing it in the search bar and pressing enter.
In your terminal / console, cd to your prefered directory.
git clone
the repository (https://github.com/Codify-Club-Berkeley/Example-repo.git)
To switch to the branch you've just created, follow these instructions:
https://stackoverflow.com/questions/1783405/how-do-i-check-out-a-remote-git-branch
If you're in UI or API, this is https://reactjs.org/tutorial/tutorial.html and https://www.toptal.com/react-native/cold-dive-into-react-native-a-beginners-tutorial (The first is an introduction to react, the second a look into react native).
If you're working on the keyboard, follow https://developer.apple.com/tutorials/swiftui/creating-and-combining-views
If you have any concerns regarding the difficulty of these tutorials, please come ask me.
After git push
-ing everything to github, go back to the github page to create your pull request.
On the pull requests tab, click on create a new pull request and write anything in the description. I'll approve it after reviewing the code.