gecko-dev/devtools/docs/contributing/code-reviews.md
sole e76a9c3329 Bug 1508583 - Improve sections under getting started. r=ladybenko,Ola
MozReview-Commit-ID: 9RRTngBSF2F

Differential Revision: https://phabricator.services.mozilla.com/D13988

--HG--
rename : devtools/docs/README.md => devtools/docs/about-documentation.md
rename : devtools/docs/contributing/code-reviews.md => devtools/docs/contributing/code-reviews-checklist.md
extra : moz-landing-system : lando
2019-01-22 13:31:30 +00:00

593 B

Code reviews

A review is required before code is added to Mozilla's repository. In addition, contrary to what you might have seen in other open source projects, code is not pushed directly to the repository. Instead, once the code is approved by reviewers, they will request the code to be landed on the repository.

All this can be done somehow manually, but we have infrastructure in place to help us with reviews and landing code.

The following sections will guide you towards getting your code reviewed and landed in the repository. Start by setting up.