-
Notifications
You must be signed in to change notification settings - Fork 276
Home
Fammy edited this page Mar 1, 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