Getting Involved‎ > ‎

Become a Committer

What is a committer?

Technically, a committer is someone who has write access to the Chromium SVN repository or the Chromium OS Git repository. A committer can submit his or her own patches or patches from others.

This privilege is granted with some expectation of responsibility: committers are people who care about the Chromium projects and want to help them meet their goals. A committer is not just someone who can make changes, but someone who has demonstrated his or her ability to collaborate with the team, get the most knowledgeable people to review code, contribute high-quality code, and follow through to fix issues (in code or tests).

A committer is a contributor to the Chromium projects' success and a citizen helping the projects succeed. See Committer's responsibility.

Becoming a committer

In a nutshell, contribute 10-20 non-trivial patches and get at least three different people to review them (you'll need three people to support you). Then ask someone to nominate you. You're basically demonstrating your
  • commitment to the project (10+ good patches requires a lot of your valuable time),
  • ability to collaborate with the team, 
  • understanding of how the team works (policies, processes for testing and code review, etc), 
  • understanding of the projects' code base and coding style, and
  • ability to write good code (last but certainly not least)

A current committer nominates you by sending email to committers@chromium.org (for Chromium) or oscommitters@chromium.org (for Chromium OS) containing:
  • your first and last name
  • your @chromium.org email address
  • an explanation of why you should be a committer,
  • embedded list of links to revisions (about top 10) containing your patches
Two other committers need to second your nomination. If no one objects in 5 working days (U.S.), you're a committer.  If anyone objects or wants more information, the committers discuss and usually come to a consensus (within the 5 working days). If issues can't be resolved, there's a vote among current committers.

Once you get approval from the existing committers, we'll send you instructions for write access to SVN or Git. You'll also be added to committers@chromium.org or oscommitters@chromium.org.

So, in the worst case, this can drag out for two weeks. Keep writing patches! Even in the rare cases where a nomination fails, the objection is usually something easy to address like "more patches" or "not enough people are familiar with this person's work."

Read-only SVN access

In addition to committer status, there is also read-only SVN access, for running jobs on the try servers
  • If you have an @chromium.org account, you can request a read-only account at Chromium access (Google chrome svn) by filling in the request form
  • If you don't have an @chromium.org account (you don't need one!), but find yourself submitting a lot of change lists, ask someone you're working with (a frequent reviewer, for example) to send email to chrome-svn-admins at Google to request a read only account for your address so you can use the try bots.  

Maintaining committer status

You don't really need to do much to maintain committer status: just keep being awesome and helping the Chromium projects!

A community of committers working together to move the Chromium projects forward is essential to creating successful projects that are rewarding to work on. If there are problems or disagreements within the community, they can usually be solved through open discussion and debate.

In the unhappy event that a committer continues to disregard good citizenship (or actively disrupts the project), we may need to revoke that person's status. The process is the same as for nominating a new committer: someone suggests the revocation with a good reason, two people second the motion, and a vote may be called if consensus cannot be reached. I hope that's simple enough, and that we never have to test it in practice.


[Props: Much of this was inspired by/copied from the committer policies of WebKit and Mozilla.]

Comments