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