blob: f776536378e99cb5d85606d7a86185ccb1de4d77 [file] [log] [blame]
Chris Soyars5c513762010-07-05 03:40:52 +00001CyanogenMod
Steve Kondike5f263c2010-07-11 00:17:02 -04002===========
Chris Soyars5c513762010-07-05 03:40:52 +00003
Steve Kondike5f263c2010-07-11 00:17:02 -04004Submitting Patches
5------------------
6Patches are always welcome! Please send pull requests with your patches! If at all possible please rebase your
7repository before sending a pull request. You can do this by using the following command:
Chris Soyars5c513762010-07-05 03:40:52 +00008
Steve Kondike5f263c2010-07-11 00:17:02 -04009 git pull --rebase git://github.com/CyanogenMod/path_to_project.git froyo
10
11This makes accepting patches MUCH easier for our comitters.
12
13Getting Started
14---------------
15
16To get started with Android/CyanogenMod, you'll need to get
17familiar with [Git and Repo](http://source.android.com/download/using-repo).
18
19To initialize your local repository using the CyanogenMod trees, use a command like this:
20
21 repo init -u git://github.com/CyanogenMod/android.git -b froyo
22
23Then to sync up:
24
25 repo sync
26
27Please see the [CyanogenMod Wiki](http://wiki.cyanogenmod.com/) for building instructions.
28
29For more information on this Github Organization and how it is structured,
30please [read the wiki article](http://wiki.cyanogenmod.com/index.php/Github_Organization)
31
32Buildbot
33--------
34
35All supported devices are built nightly and periodically as changes are committed to ensure the source trees remain buildable.
36
37You can view the current build statuses at [buildbot.teamdouche.net](http://buildbot.teamdouche.net/)