Skip to content
Pablo Villar edited this page Sep 27, 2016 · 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 should be rejected.

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

Clone this wiki locally