{extends "idf/review/base-full.html"} {block extraheader}{/block} {block docclass}yui-t1{assign $inCreate = true}{/block} {block body} {if !$user.isAnonymous() and $form.errors}
{/if}
|
{if !$user.isAnonymous()}
{trans 'How to Participate in a Code Review'} {blocktrans}Code review is a process in which after or before changes are commited into the code repository, different people discuss the code changes. The goal is to improve the quality of the code and the contributions, as such, you must be pragmatic when writing your review. Correctly mention the line numbers (in the old or in the new file) and try to keep a good balance between seriousness and fun. {/blocktrans} {blocktrans} Proposing code for review is intimidating, you know you will receive critics, so please, as a reviewer, keep this process fun, use it to help your contributor learn your coding standards and the structure of the code and make them want to propose more contributions. {/blocktrans} |