blob: 742a24a8654eaea3010b043a2cfbae4b910988f5 [file] [log] [blame] [view]
Skyler Kaufman991ae4d2011-04-07 12:30:41 -07001# Get Involved #
2
3Thanks for your interest in Android! Here are some ways you can get involved
4and help us improve Android. For background on the Android project and our
5goals, check out the [Project Philosophy page](philosophy.html).
6
7## Report Bugs ##
8
9One of the easiest and most effective ways you can help improve Android is
10to file bugs. For more information, visit the [Reporting Bugs](report-bugs.html) page.
11
12Please note that we can't guarantee that any particular bug will be fixed in
13any particular release. To see what happens to your bug once you report it,
14read [Life of a Bug](life-of-a-bug.html).
15
16## Develop Apps ##
17
18We created Android so that all developers can distribute their applications
19to users on an open platform. One of the best ways you can help Android is to
20write cool apps that users love!
21
22To get started, visit [developer.android.com](http://developer.android.com). This site
23provides the information and tools you need to write applications for
24compatible Android devices, using the SDK.
25
26## Contribute to the Code ##
27
28Code is King. We'd love to review any changes you submit, so please check
29out the source, pick a bug or feature, and get coding. Note that the smaller
30and more targetted your patch submissions, the easier it will be for us to
31review them.
32
33You can get started with Android by learning about the [Life of a Patch](life-of-a-patch.html),
34and by learning about `git`, `repo`, and other tools using the links to the left.
35If you need help along the way, you can join our [discussion groups](/community/index.html).