docs: code review guidelines

Document the code review process in TF-A.
Specifically:

 * Give an overview of code review and best practices.
 * Give guidelines for the participants in code review.
 * Outline responsibilities of each type of participant.
 * Explain the Gerrit labels used in the review process.

Change-Id: I519ca4b2859601a7b897706e310f149a0c92e390
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
Sandrine Bailleux 2020-08-17 08:52:33 +02:00 committed by David Horstmann
parent 101daafd6b
commit 1f19411a14
4 changed files with 221 additions and 0 deletions

View file

@ -42,6 +42,8 @@ Both GCC and Clang compiler toolchains have support for *GNU99* mode, though
Clang does lack support for a small number of GNU extensions. These
missing extensions are rarely used, however, and should not pose a problem.
.. _misra-compliance:
MISRA Compliance
----------------