Gerrit

From MediaWiki.org
(Redirected from Git)
Jump to: navigation, search
Gerrit.svg
A view of open change sets at gerrit.wikimedia.org

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:

Special cases [edit]

See also [edit]