Skip to content
jamesduffy edited this page Feb 22, 2013 · 9 revisions

Welcome to the TweetLanes wiki!

We strive to make our code beautiful. We have chosen to follow Android's coding standards for contributors.

Versioning

Releases should be numbered with the following format:

<major>.<minor>.<patch>

  • Big feature additions bumps the major (and resets the minor and patch)
  • New additions bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch
Clone this wiki locally