36 lines
1.7 KiB
Plaintext
36 lines
1.7 KiB
Plaintext
page.title=Get Involved
|
|
doc.type=source
|
|
@jd:body
|
|
<div>
|
|
<p>Thanks for your interest in Android! Here are some ways you can get involved
|
|
and help Google improve Android. For background on the Android project and our
|
|
goals, check out the <a href="{@docRoot}about/philosophy.html">Project
|
|
Philosophy page</a>.</p>
|
|
|
|
<h2>Report Bugs</h2>
|
|
<p>One of the easiest and most effective ways you can help improve Android is
|
|
to file bugs. For more information, visit the <a
|
|
href="{@docRoot}source/report-bugs.html">Reporting Bugs</a> page.</p>
|
|
<p>Please note that we can't guarantee that any particular bug can be fixed in
|
|
any particular release. To see what happens to your bug once you report it,
|
|
read <a href="{@docRoot}source/life-of-a-bug.html">Life of a Bug</a>.</p>
|
|
|
|
<h2>Develop Apps</h2>
|
|
<p>We created Android so that all developers can distribute their applications
|
|
to users on an open platform. One of the best ways you can help Android is to
|
|
write cool apps that users love!</p>
|
|
<p>To get started, visit <a
|
|
href="http://developer.android.com/">developer.android.com</a>. This site
|
|
provides the information and tools you need to write applications for
|
|
compatible Android devices, using the SDK.</p>
|
|
|
|
<h2>Contribute to the Code</h2>
|
|
<p>Code is King. We'd love to review any changes you submit, so please check
|
|
out the source, pick a bug or feature, and get coding.</p>
|
|
<p>You can get started with by learning about the <a
|
|
href="{@docRoot}source/life-of-a-patch.html">Life of a Patch</a>, and by
|
|
learning about <code>git</code>, <code>repo</code>, and other tools using the
|
|
links to the left. If you need help along the way, you can join our <a
|
|
href="{@docRoot}community/index.html">discussion groups.</a></p>
|
|
</div>
|