Dan Morrill | a9788cd | 2009-11-15 11:49:30 -0800 | [diff] [blame] | 1 | page.title=Life of a Patch |
Dan Morrill | 3cd199f | 2009-11-06 14:04:16 -0800 | [diff] [blame] | 2 | doc.type=source |
| 3 | @jd:body |
Dan Morrill | a9788cd | 2009-11-15 11:49:30 -0800 | [diff] [blame] | 4 | <p>The Android Open Source Project (AOSP) uses a web-based code review tool |
| 5 | known as "gerrit". The image below is a flowchart that details what happens to |
| 6 | a patch, once it's been written. Though it may appear complex, the majority of |
| 7 | the steps below are performed in the web application.</p> |
| 8 | <p>For full instructions on how to get set up to use gerrit and git, please |
| 9 | see <a href="{@docRoot}source/submit-patches.html">the Submitting Patches |
| 10 | page</a>.</p> |
Dan Morrill | 3cd199f | 2009-11-06 14:04:16 -0800 | [diff] [blame] | 11 | <img src="{@docRoot}images/workflow-0.png"/> |