littlefully / LittleFully-iOS

0 stars 0 forks source link

This is repo for LittleFully iOS app.

Getting started

  1. Install Cocoapods.
  2. pod install.
  3. Open LittleFully.xcworkspace

Development Flow

  1. Please use Git-flow.
  2. Stay away from master branch unless you do hotfix.
  3. Use feature branch when adding new feature. git-flow feature start name
  4. Write commit message as descriptive as possible.
  5. When implementing or fixing an issue listed in Github, please refer the issue number in the commit message like #123.

Pages