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