Gerrit
Code review is at the heart of our development process. Any software contribution to MediaWiki or any other Wikimedia hosted project is reviewed and approved at gerrit.wikimedia.org before being merged to our Git repositories. The tool we use to handle code reviews is Gerrit.
All Gerrit users can review contributions but only maintainers have the special rights to merge or reject them.
Getting started [edit]
To simply browse & fork our code you can use the GitHub mirror.
To make an anonymous git clone of core MediaWiki you can clone from https://gerrit.wikimedia.org/r/p/mediawiki/core.git
To submit your first patch check the Tutorial or its shortest version.
Your help reviewing changes is welcome! Learn how.
Tutorials & guidelines [edit]
Useful documentation written for MediaWiki & Wikimedia developers:
- Git and Gerrit tutorial & its shortest version
- Commit message guidelines
- Code review guide
- Gerrit web interface navigation
- Gerrit's documentation
- Searching in Gerrit
- Gerrit/Advanced usage
Special cases [edit]
See also [edit]
- List of the public Gerrit projects
- Technical information about Wikimedia's Gerrit installation
- Report bugs/other issues with Git or Gerrit
- bug 35497 - Implement a way to bring GitHub pull requests into Gerrit.
- sync-gerrit.bash script to move GitHub pull requests to Gerrit Changeset manually (discussion).