Files
android_development/pdk/docs/source/life-of-a-patch.jd
Dan Morrill a9788cd98f Cleaning up source.android.com files.
This change fixes some formatting artifacts that resulted from the export from
Sites, and also updates links to no longer point to Sites and use the standard
{@docRoot} idiom. Also contains a few content updates, and introduces a page
about branch management.
2009-11-15 11:49:30 -08:00

12 lines
553 B
Plaintext

page.title=Life of a Patch
doc.type=source
@jd:body
<p>The Android Open Source Project (AOSP) uses a web-based code review tool
known as "gerrit". The image below is a flowchart that details what happens to
a patch, once it's been written. Though it may appear complex, the majority of
the steps below are performed in the web application.</p>
<p>For full instructions on how to get set up to use gerrit and git, please
see <a href="{@docRoot}source/submit-patches.html">the Submitting Patches
page</a>.</p>
<img src="{@docRoot}images/workflow-0.png"/>