Skip to content
Pablo Villar edited this page Mar 20, 2017 · 11 revisions

Code reviews are fundamental to software development. Each piece of code should never be introduced in a master branch without previous approval from another member of the team.

Here is a list of rules and suggestions to follow:

Rules

Mandatory: If a rule is not followed, the pull request must not be approved.

Suggestions

Optional: Suggestions must be considered when writing code, but do not cause a pull request rejection.