Adding a slightly reorganized version of skyler's revamped s.a.c.
Change-Id: I19439883c25d887fa4409b33a70c235af3a78eaf
diff --git a/src/source/index.md b/src/source/index.md
new file mode 100644
index 0000000..742a24a
--- /dev/null
+++ b/src/source/index.md
@@ -0,0 +1,35 @@
+# Get Involved #
+
+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 [Project Philosophy page](philosophy.html).
+
+## Report Bugs ##
+
+One of the easiest and most effective ways you can help improve Android is
+to file bugs. For more information, visit the [Reporting Bugs](report-bugs.html) page.
+
+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 [Life of a Bug](life-of-a-bug.html).
+
+## Develop Apps ##
+
+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!
+
+To get started, visit [developer.android.com](http://developer.android.com). This site
+provides the information and tools you need to write applications for
+compatible Android devices, using the SDK.
+
+## Contribute to the Code ##
+
+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.
+
+You can get started with Android by learning about the [Life of a Patch](life-of-a-patch.html),
+and by learning about `git`, `repo`, and other tools using the links to the left.
+If you need help along the way, you can join our [discussion groups](/community/index.html).