-
Notifications
You must be signed in to change notification settings - Fork 276
Home
Jason Famularo edited this page May 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.
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
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.