Home | History | Annotate | Download | only in source
      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 
     19 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
     21 goals, check out the [Project Philosophy page](/about/philosophy.html).
     22 
     23 ## Report Bugs ##
     24 
     25 One of the easiest and most effective ways you can help improve Android is
     26 to file bugs. For more information, visit the [Reporting Bugs](report-bugs.html) page.
     27 
     28 Please note that we can't guarantee that any particular bug will be fixed in
     29 any particular release. To see what happens to your bug once you report it,
     30 read [Life of a Bug](life-of-a-bug.html).
     31 
     32 ## Develop Apps ##
     33 
     34 We created Android so that all developers can distribute their applications
     35 to users on an open platform. One of the best ways you can help Android is to
     36 write cool apps that users love!
     37 
     38 To get started, visit [developer.android.com](http://developer.android.com). This site
     39 provides the information and tools you need to write applications for
     40 compatible Android devices, using the SDK.
     41 
     42 ## Contribute to the Code ##
     43 
     44 Code is King. We'd love to review any changes you submit, so please check
     45 out the source, pick a bug or feature, and get coding. Note that the smaller
     46 and more targetted your patch submissions, the easier it will be for us to
     47 review them.
     48 
     49 You can get started with Android by learning about the [Life of a Patch](life-of-a-patch.html), 
     50 and by learning about `git`, `repo`, and other tools using the links to the left. 
     51 If you need help along the way, you can join our [discussion groups](/community/index.html).
     52