1page.title=Contributing 2@jd:body 3 4<!-- 5 Copyright 2013 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 20and help us improve Android. For background on the Android project and our 21goals, check out the <a href="{@docRoot}source/index.html">Overview</a> page.</p> 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 25to 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 27any particular release. To see what happens to your bug once you report it, 28read <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 32to users on an open platform. One of the best ways you can help Android is to 33write 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 36provides the information and tools you need to write applications for 37compatible 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 41out the source, pick a bug or feature, and get coding. Note that the smaller 42and more targetted your patch submissions, the easier it will be for us to 43review 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>, 46and by learning about <code>git</code>, <code>repo</code>, and other tools using the links to the left. 47You can also view the activity on all contributions on our 48<a href="https://android-review.googlesource.com/">Gerrit server</a>. 49If you need help along the way, you can join our <a href="/source/index.html">discussion groups</a>.</p> 50