Gerrit/ko


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.
전제 조건
If you are a novice developer, read New Developers. If you know that you will work on MediaWiki core and MediaWiki extensions, read 미디어위키 개발자가 되는 방법 .
Learn how to contribute to MediaWiki development and how to set up a functioning pre-configured development installation of MediaWiki.
If you are an experienced developer, visit the 개발자 허브 instead.
시작하기
- Gerrit/Tutorial - A thorough guide to using Git and Gerrit for MediaWiki development
- Gerrit/Tutorial/tl;dr - 미디어 위키 개발을 위해 Git과 Gerrit를 사용하는 매우 짧은 가이드
Further help on Gerrit
- Gerrit/Advanced usage - How to do things "the hard way" in Gerrit
- Gerrit/Troubleshooting - Problems and how to solve them
- Gerrit/Navigation - How to navigate Gerrit's web interface
- Gerrit/FAQ - Frequently asked questions concerning how to use Git and Gerrit
- Gerrit/GitHub - About integration with the GitHub service
For code contributors / authors
- Gerrit/Code review/Getting reviews - Learn how to get your patches reviewed
- Gerrit/Commit message guidelines - Learn how to write good commit summaries
For code reviewers
- 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 - 게릿에 어떻게 새로운 프로젝트를 생성하나요?
- 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
Download code without a Gerrit account
If you only want to get the code and do not plan to propose changes:
- 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.
같이 보기
- Cross-repo dependencies
- List of the public Gerrit projects
- Technical information about Wikimedia's Gerrit installation
- Report bugs/other 게릿에 대한 이슈
- 위키미디어 게릿 패치 업로더
- Official Gerrit documentation
- Gerrit test instance
- Phabricator
- Gerrit replica
Wikimedia is planning to migrate code review from Gerrit to GitLab .