Gerrit/it
Appearance
Outdated translations are marked like this.
Gerrit is the website where Wikimedia hosts all its Git repositories, and reviews changes proposed to those repositories. Before change requests are merged in Gerrit, each change is reviewed to ensure they meet standards of security, quality, and coding style. Anyone is welcome to create an account and leave review comments on changes. The special rights to merge or reject changes is reserved to maintainers.
Prerequisiti
Se sei un nuovo sviluppatore, leggi la voce "New Developers". Se sai che lavorerai sulla MediaWiki, leggi Come diventare un hacker di MediaWiki .
Se sei uno sviluppatore esperto,invece, visita il tuo hub dedicato.
Submit your first patch
Follow the Gerrit/Tutorial for setting up Git, creating a developer account, and opening change requests in Gerrit.
Download code without an account
Se soltanto vuoi conseguire il codice e non pianifica per proporre cambi:
- Clone the MediaWiki core repository using
git clone https://gerrit.wikimedia.org/r/mediawiki/core.git
. - Browse and fork our mirrors from GitHub at https://github.com/wikimedia.
Improve future patches
- Gerrit/Code review/Getting reviews - Scopri come avere i tuoi pezzi revisionati
- Gerrit/Commit message guidelines - Apprendere come scrivere bene riassunti
Per codice di revisores
- Gerrit/Code review - Scopri come esprimere la tua opinione sul codice. Il tuo aiuto è benvenuto!
- Gerrit/Privilege policy - Development policy for reviewers with merging rights in Gerrit
For project owners
- Gerrit/New repositories - How to create a new project in Gerrit
- Gerrit/Privilege policy - How to become the owner of a project in Gerrit, 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
Vedi anche
- Cross-repo dependencies
- List of the public Gerrit projects
- Technical information about Wikimedia's Gerrit installation
- affari con Gerrit
- Wikimedia Gerrit Patch Uploader
- Official Gerrit manual
- Gerrit test instance
- Phabricator
- Gerrit replica
Wikimedia had been planning to migrate code review from Gerrit to GitLab , but as of June 2024 this is not going to happen .