Committers

Becoming a comitter

Anyone can contribute code to any of our projects. But if you're contributing to a project on a regular basis, it makes sense to request commit access.

To become a committer for a project, ask the module owner responsible for it. Make sure to include the following:

  1. A list of your past contributions - the module owner will decide whether to grant you access based on those.
  2. Your public SSH key.

Rules for comitters

  1. Don't push any change that hasn't been reviewed by the respective module owner.
  2. Don't push any new bookmarks or branches without first getting approval from the repository's module owner. If you would like to work with temporary feature branches, please keep them locally, or on a personal fork of the repository (e.g. on BitBucket). Please ensure to use hg push -r master either way, to only push your changes to the master branch.
  3. If you have also been given write access to our GitHub mirrors, please never push any changes there, always push to hg.adblockplus.org using Mercurial, the mirrors are being updated automatically.