You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
2.7 KiB
58 lines
2.7 KiB
<html devsite> |
|
<head> |
|
<title>Contributing</title> |
|
<meta name="project_path" value="/_project.yaml" /> |
|
<meta name="book_path" value="/_book.yaml" /> |
|
</head> |
|
<body> |
|
<!-- |
|
Copyright 2017 The Android Open Source Project |
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); |
|
you may not use this file except in compliance with the License. |
|
You may obtain a copy of the License at |
|
|
|
http://www.apache.org/licenses/LICENSE-2.0 |
|
|
|
Unless required by applicable law or agreed to in writing, software |
|
distributed under the License is distributed on an "AS IS" BASIS, |
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
See the License for the specific language governing permissions and |
|
limitations under the License. |
|
--> |
|
|
|
|
|
<p>Thanks for your interest in Android! Here are some ways you can get involved |
|
and help us improve Android. For background on the Android project and our |
|
goals, check out the <a href="/source/index.html">Overview</a> page.</p> |
|
<h2 id="report-bugs">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="report-bugs.html">Reporting Bugs</a> page.</p> |
|
<p>Please note that we can't guarantee that any particular bug will be fixed in |
|
any particular release. To see what happens to your bug once you report it, |
|
read <a href="life-of-a-bug.html">Life of a Bug</a>.</p> |
|
|
|
<h2 id="develop-apps">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="https://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 id="contribute-to-the-code">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. Note that the smaller |
|
and more targetted your patch submissions, the easier it will be for us to |
|
review them.</p> |
|
|
|
<p>You can get started with Android by learning about the <a href="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. |
|
You can also view the activity on all contributions on our |
|
<a href="https://android-review.googlesource.com/">Gerrit server</a>. |
|
If you need help along the way, you can join our <a href="/source/community.html">discussion groups</a>.</p> |
|
|
|
</body> |
|
</html>
|
|
|