Dan Morrill | 3cd199f | 2009-11-06 14:04:16 -0800 | [diff] [blame] | 1 | page.title=Get Involved |
| 2 | doc.type=source |
| 3 | @jd:body |
| 4 | <div> |
| 5 | <p>Thanks for your interest in Android! Here are some ways you can get involved |
Dan Morrill | 98620ee | 2010-04-13 14:48:25 -0700 | [diff] [blame] | 6 | and help us improve Android. For background on the Android project and our |
Dan Morrill | 55de681 | 2009-11-15 15:46:36 -0800 | [diff] [blame] | 7 | goals, check out the <a href="{@docRoot}about/philosophy.html">Project |
| 8 | Philosophy page</a>.</p> |
Dan Morrill | 3cd199f | 2009-11-06 14:04:16 -0800 | [diff] [blame] | 9 | |
| 10 | <h2>Report Bugs</h2> |
| 11 | <p>One of the easiest and most effective ways you can help improve Android is |
| 12 | to file bugs. For more information, visit the <a |
| 13 | href="{@docRoot}source/report-bugs.html">Reporting Bugs</a> page.</p> |
Dan Morrill | 98620ee | 2010-04-13 14:48:25 -0700 | [diff] [blame] | 14 | <p>Please note that we can't guarantee that any particular bug will be fixed in |
Dan Morrill | 3cd199f | 2009-11-06 14:04:16 -0800 | [diff] [blame] | 15 | any particular release. To see what happens to your bug once you report it, |
| 16 | read <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 |
| 20 | to users on an open platform. One of the best ways you can help Android is to |
| 21 | write cool apps that users love!</p> |
Dan Morrill | a9788cd | 2009-11-15 11:49:30 -0800 | [diff] [blame] | 22 | <p>To get started, visit <a |
| 23 | href="http://developer.android.com/">developer.android.com</a>. This site |
| 24 | provides the information and tools you need to write applications for |
| 25 | compatible Android devices, using the SDK.</p> |
Dan Morrill | 3cd199f | 2009-11-06 14:04:16 -0800 | [diff] [blame] | 26 | |
| 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 Morrill | d676526 | 2010-04-28 12:14:40 -0700 | [diff] [blame] | 29 | out the source, pick a bug or feature, and get coding. Note that the smaller |
| 30 | and more targetted your patch submissions, the easier it will be for us to |
| 31 | review them.</p> |
Dan Morrill | 98620ee | 2010-04-13 14:48:25 -0700 | [diff] [blame] | 32 | <p>You can get started with Android by learning about the <a |
Dan Morrill | 3cd199f | 2009-11-06 14:04:16 -0800 | [diff] [blame] | 33 | href="{@docRoot}source/life-of-a-patch.html">Life of a Patch</a>, and by |
| 34 | learning about <code>git</code>, <code>repo</code>, and other tools using the |
| 35 | links to the left. If you need help along the way, you can join our <a |
| 36 | href="{@docRoot}community/index.html">discussion groups.</a></p> |
| 37 | </div> |