Code review policy - add note about approving mechanical changes

It should be enough for most of "mechanical" changes to get +2
from only 1 core reviewer to approve patch.
This patch adds such note to the Neutron's code review guidlines.

Change-Id: I5ccdaa5a30337157933fcdee85252979da238a26
This commit is contained in:
Slawek Kaplonski 2019-10-01 11:39:05 +02:00 committed by Brian Haley
parent da93f09676
commit 74550b7b15
1 changed files with 5 additions and 0 deletions

View File

@ -95,6 +95,11 @@ In addition to that, the following rules are to follow:
ensure that correct HTTP error is returned when wrong data is provided,
will be added where it is appropriate.
* It is usually enough for any "mechanical" changes, like e.g. translation
imports or imports of updated CI templates, to have only one +2 Code-Review
vote to be approved. If there is any uncertainty about a specific patch, it is
better to wait for review from another core reviewer before approving the patch.
.. _spec-review-practices:
Neutron Spec Review Practices