Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 506 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (17 loc) · 506 Bytes

Contributing Guidelines

How to contribute

  1. Fork this repository and clone it onto your machine.

    git clone https://github.com/<my_account>/LeetBar.git
    
  2. Create a new branch and switch to it.

    cd LeetBar
    git checkout -b <new_branch_name>
    
  3. Open LeetBar.xcodeproj in Xcode. Make changes to the code on the new branch and commit.

  4. Push the commit to GitHub.

    git push origin <new_branch_name>
    
  5. Make a pull request on GitHub.