aboutsummaryrefslogtreecommitdiff
path: root/en/setup/contributing.html
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2017-11-21 18:26:25 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-11-21 18:26:25 +0000
commitf7589848f0a87d4de2f076ecb1ba05600838602a (patch)
tree39231430651ca3210a79e1a8dbb2b14c41ed4a68 /en/setup/contributing.html
parentbf32eb5d4814ca1ba17503c6da6a797c21bd1295 (diff)
parentf3e7e140eb98c82b182eb71d7190a6774b2a35f1 (diff)
downloadsource.android.com-f7589848f0a87d4de2f076ecb1ba05600838602a.tar.gz
Merge "Docs: Changes to source.android.com"
am: f3e7e140eb Change-Id: I4dfb1bb26bb34dca69f063d6eb22904bdce25f57
Diffstat (limited to 'en/setup/contributing.html')
-rw-r--r--en/setup/contributing.html58
1 files changed, 58 insertions, 0 deletions
diff --git a/en/setup/contributing.html b/en/setup/contributing.html
new file mode 100644
index 00000000..ec212f99
--- /dev/null
+++ b/en/setup/contributing.html
@@ -0,0 +1,58 @@
+<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="/setup/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="/setup/community.html">discussion groups</a>.</p>
+
+ </body>
+</html>