Skyler Kaufman | 991ae4d | 2011-04-07 12:30:41 -0700 | [diff] [blame] | 1 | # Life of a Patch # |
| 2 | |
| 3 | The Android Open Source Project (AOSP) uses a web-based code review tool |
| 4 | known as "gerrit". The image below is a flowchart that details what happens to |
| 5 | a patch, once it's been written. Though it may appear complex, the majority of |
| 6 | the steps below are performed in the web application. |
| 7 | |
| 8 | For full instructions on how to get set up to use gerrit and git, please |
| 9 | see the [Submitting Patches](submit-patches.html) page. |
| 10 | |
| 11 | <img src="/images/workflow-0.png"/> |