-
Fork this repository and clone it onto your machine.
git clone https://github.com/<my_account>/LeetBar.git
-
Create a new branch and switch to it.
cd LeetBar git checkout -b <new_branch_name>
-
Open
LeetBar.xcodeproj
in Xcode. Make changes to the code on the new branch and commit. -
Push the commit to GitHub.
git push origin <new_branch_name>
-
Make a pull request on GitHub.