Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 1 | page.title=Contributing |
| 2 | @jd:body |
| 3 | |
| 4 | <!-- |
| 5 | Copyright 2010 The Android Open Source Project |
| 6 | |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | --> |
| 19 | <p>Thanks for your interest in Android! Here are some ways you can get involved |
| 20 | and help us improve Android. For background on the Android project and our |
Clay Murphy | a69844e | 2013-05-30 17:56:38 -0700 | [diff] [blame] | 21 | goals, check out the <a href="{@docRoot}source/index.html">Overview</a> page.</p> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 22 | <h2 id="report-bugs">Report Bugs</h2> |
| 23 | |
| 24 | <p>One of the easiest and most effective ways you can help improve Android is |
| 25 | to file bugs. For more information, visit the <a href="report-bugs.html">Reporting Bugs</a> page.</p> |
| 26 | <p>Please note that we can't guarantee that any particular bug will be fixed in |
| 27 | any particular release. To see what happens to your bug once you report it, |
| 28 | read <a href="life-of-a-bug.html">Life of a Bug</a>.</p> |
| 29 | |
| 30 | <h2 id="develop-apps">Develop Apps</h2> |
| 31 | <p>We created Android so that all developers can distribute their applications |
| 32 | to users on an open platform. One of the best ways you can help Android is to |
| 33 | write cool apps that users love!</p> |
| 34 | |
| 35 | <p>To get started, visit <a href="https://developer.android.com">developer.android.com</a>. This site |
| 36 | provides the information and tools you need to write applications for |
| 37 | compatible Android devices, using the SDK.</p> |
| 38 | |
| 39 | <h2 id="contribute-to-the-code">Contribute to the Code</h2> |
| 40 | <p>Code is King. We'd love to review any changes you submit, so please check |
| 41 | out the source, pick a bug or feature, and get coding. Note that the smaller |
| 42 | and more targetted your patch submissions, the easier it will be for us to |
| 43 | review them.</p> |
| 44 | |
| 45 | <p>You can get started with Android by learning about the <a href="life-of-a-patch.html">Life of a Patch</a>, |
| 46 | and by learning about <code>git</code>, <code>repo</code>, and other tools using the links to the left. |
| 47 | You can also view the activity on all contributions on our |
| 48 | <a href="https://android-review.googlesource.com/">Gerrit server</a>. |
Clay Murphy | a69844e | 2013-05-30 17:56:38 -0700 | [diff] [blame] | 49 | If you need help along the way, you can join our <a href="/source/index.html">discussion groups</a>.</p> |