blob: a9acbf4d847cd1359176aae08ca78f6d49f5eb05 [file] [log] [blame]
Dan Morrill3cd199f2009-11-06 14:04:16 -08001page.title=Get Involved
2doc.type=source
3@jd:body
4<div>
5<p>Thanks for your interest in Android! Here are some ways you can get involved
Dan Morrill98620ee2010-04-13 14:48:25 -07006and help us improve Android. For background on the Android project and our
Dan Morrill55de6812009-11-15 15:46:36 -08007goals, check out the <a href="{@docRoot}about/philosophy.html">Project
8Philosophy page</a>.</p>
Dan Morrill3cd199f2009-11-06 14:04:16 -08009
10<h2>Report Bugs</h2>
11<p>One of the easiest and most effective ways you can help improve Android is
12to file bugs. For more information, visit the <a
13href="{@docRoot}source/report-bugs.html">Reporting Bugs</a> page.</p>
Dan Morrill98620ee2010-04-13 14:48:25 -070014<p>Please note that we can't guarantee that any particular bug will be fixed in
Dan Morrill3cd199f2009-11-06 14:04:16 -080015any particular release. To see what happens to your bug once you report it,
16read <a href="{@docRoot}source/life-of-a-bug.html">Life of a Bug</a>.</p>
17
18<h2>Develop Apps</h2>
19<p>We created Android so that all developers can distribute their applications
20to users on an open platform. One of the best ways you can help Android is to
21write cool apps that users love!</p>
Dan Morrilla9788cd2009-11-15 11:49:30 -080022<p>To get started, visit <a
23href="http://developer.android.com/">developer.android.com</a>. This site
24provides the information and tools you need to write applications for
25compatible Android devices, using the SDK.</p>
Dan Morrill3cd199f2009-11-06 14:04:16 -080026
27<h2>Contribute to the Code</h2>
28<p>Code is King. We'd love to review any changes you submit, so please check
Dan Morrilld6765262010-04-28 12:14:40 -070029out 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.</p>
Dan Morrill98620ee2010-04-13 14:48:25 -070032<p>You can get started with Android by learning about the <a
Dan Morrill3cd199f2009-11-06 14:04:16 -080033href="{@docRoot}source/life-of-a-patch.html">Life of a Patch</a>, and by
34learning about <code>git</code>, <code>repo</code>, and other tools using the
35links to the left. If you need help along the way, you can join our <a
36href="{@docRoot}community/index.html">discussion groups.</a></p>
37</div>