Skip to content
Fammy edited this page Mar 15, 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

Change log

The change log is located in the source. The master branch has the log for what is in the Play store, the develop branch contains the work in progress changes, but may not be updated yet.

Clone this wiki locally