Gerrit
Jump to navigation
Jump to search
Outdated translations are marked like this.
Wikimedia is planning to migrate code review from Gerrit to GitLab in 2021.

A view of open change sets at gerrit.wikimedia.org in the old user interface.

A view of open change sets at gerrit.wikimedia.org in the new user interface.
Gerrit is the tool we use to handle code reviews. 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.
All Gerrit users can review contributions. Maintainers have the special rights to approve or reject contributions.
== Prerrequisitos ==
If you are a novice developer, read New Developers. If you know that you will work on MediaWiki core and MediaWiki extensions, read Cómo convertirse en un hacker MediaWiki .
Learn how to contribute to MediaWiki development and how to set up a functioning pre-configured development installation of MediaWiki.
Si eres un desarrollador experimentado, visita el Centro del desarrollador en cambio.Getting started
- Gerrit/Tutorial - Una guía minuciosa a utilizar Git y Gerrit para el desarrollo de MediaWiki
- Gerrit/Tutorial/tl;dr - Una guía muy corta a utilizar Git y Gerrit para el desarrollo de MediaWiki
== Tutoriales y ayuda en Gerrit ==
- Gerrit/Advanced usage - Como hacer cosas "la manera dura" en Gerrit
- Gerrit/Troubleshooting - Problemas y cómo solucionarlos
- Gerrit/Navigation - How to navigate Gerrit's web interface
- Gerrit/FAQ - Frequently asked questions concerning how to use Git and Gerrit
- Gerrit/GitHub - Acerca de la integración con el servicio GitHub
== Para código de colaboradores / autores ==
- Gerrit/Code review/Getting reviews - Aprender cómo conseguir tus remiendos revisados
- Gerrit/Commit message guidelines - Aprender cómo escribir bien cometiendo resúmenes
== Para código de revisores ==
- Gerrit/Code review - Learn how to perform code review. Your help reviewing changes is welcome!
- Gerrit/Privilege policy - Development policy for reviewers with merging rights in Gerrit
For project owners / administration
- Gerrit/New repositories - How to create a new project in Gerrit
- Gerrit/Project ownership - How to become the owner of a project in Gerrit
- Gerrit/Privilege policy - Development policy for reviewers with merging rights in Gerrit
- Gerrit/Inactive projects - Guidelines how to handle inactive projects
- Gerrit/L10n-bot - How to add translatewiki.net integration translation updates
Download code without a Gerrit account
Si sólo quieres conseguir el código y no planea para proponer cambios:
- To simply browse & fork our code you can use the GitHub mirrors. Also see Gerrit/GitHub.
- To make an anonymous git clone of the core of MediaWiki, git clone https://gerrit.wikimedia.org/r/mediawiki/core.git.