1page.title=Project Roles 2@jd:body 3 4<!-- 5 Copyright 2013 The Android Open Source Project 6 7 Licensed under the Apache License, Version 2.0 (the "License"); 8 you may not use this file except in compliance with the License. 9 You may obtain a copy of the License at 10 11 http://www.apache.org/licenses/LICENSE-2.0 12 13 Unless required by applicable law or agreed to in writing, software 14 distributed under the License is distributed on an "AS IS" BASIS, 15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 See the License for the specific language governing permissions and 17 limitations under the License. 18--> 19<div id="qv-wrapper"> 20 <div id="qv"> 21 <h2>In this document</h2> 22 <ol id="auto-toc"> 23 </ol> 24 </div> 25</div> 26<p>The Android Open Source Project (AOSP) includes individuals working in a variety 27of roles. Google is responsible for Android product management 28and the engineering process for the core framework and platform; however, 29the project considers contributions from any source, not just Google. This 30page describes the kinds of roles that interested parties can take on.</p> 31<p>Anyone who is interested in exploring and contributing to Android can use the 32Android Open Source Project resources. Anyone can join the mailing lists, ask 33questions, contribute patches, report bugs, look at submitted patches, and use 34the tools. To get started with the Android code, see <a href="{@docRoot}source/contributing.html">Contributing</a>.</p> 35<h2 id="contributor">Contributor</h2> 36<p>"Contributors" are those making contributions to the AOSP source code, 37including both employees of Google or other companies, as well as individual 38developers who are contributing to Android on their own behalf. There is no 39distinction between contributors who are employed by Google and those who are 40not; all engineers use the same tools (git, repo, and gerrit), 41follow the same code review process, and are subject 42to the same requirements on code style and so on.</p> 43<h2 id="developer">Developer</h2> 44<p>"Developers" are engineers writing applications that run on Android 45devices. There is often little difference in skillset between a developer 46and a contributor. But AOSP uses "developer" to distinguish between 47engineers using the platform and those contributing to it. Developers 48(along with users) are the "customers" of the platform the contributors 49create. As such, we talk about developers a lot, though this isn't technically 50a separate role in the AOSP per se.</p> 51<h2 id="verifier">Verifier</h2> 52<p>"Verifiers" are responsible for testing change requests. After individuals 53have submitted a significant amount of high-quality code to the project, the 54project leads might invite them to become verifiers. <em>Note: at this 55time, verifiers act similarly to approvers.</em></p> 56<h2 id="approver">Approver</h2> 57<p>"Approvers" are experienced members of the project who have demonstrated their 58design skills and have made significant technical contributions to the 59project. In the code-review process, an approver decides whether to include or 60exclude a change. Project leads (who are typically employed by Google) choose 61the approvers, sometimes promoting to this position verifiers who have 62demonstrated their expertise within a specific project.</p> 63<h2 id="project-leads">Project Lead</h2> 64<p>Android consists of a number of sub-projects; you can see these in the git 65repository as individual .git files. "Project leads" are senior contributors who 66oversee the engineering for individual Android projects. Typically these project 67leads are Google employees. A project lead for an individual project is 68responsible for the following:</p> 69<ul> 70<li> 71<p>Lead all technical aspects of the project, including the project roadmap, 72 development, release cycles, versioning, and quality assurance (QA).</p> 73</li> 74<li> 75<p>Ensure the project is tested by QA in time for scheduled Android platform 76 releases.</p> 77</li> 78<li> 79<p>Designate Verifiers and Approvers for submitted patches.</p> 80</li> 81<li> 82<p>Be fair and unbiased while reviewing changes. Accept or reject patches 83 based on technical merit and alignment with the Android strategy.</p> 84</li> 85<li> 86<p>Review changes in a timely manner and make best efforts to communicate 87 when changes are not accepted.</p> 88</li> 89<li> 90<p>Optionally maintain a web site for the project for information and 91 documents specific to the project.</p> 92</li> 93<li> 94<p>Act as a facilitator in resolving technical conflicts.</p> 95</li> 96<li> 97<p>Be a public face for the project and the go-to person for questions 98 related to the project.</p> 99</li> 100</ul> 101