Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 475 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 475 Bytes

Tubalr iOS

Tubalr's official iOS repo.

Contributing

Please feel free to hack on the app, check the github issues for things that need to be done(features & bugs).

Basic Git/GitHub Workflow

  1. Fork it

  2. Make a branch for your fixes or new features: git checkout -b branch_name_here

  3. Make your changes, test to make sure they work and that no previous functionality is broken.

  4. Push to your fork

  5. Open a pull request and describe your changes!