aboutsummaryrefslogtreecommitdiff
path: root/docs/code_reviews.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/code_reviews.rst')
-rw-r--r--docs/code_reviews.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/code_reviews.rst b/docs/code_reviews.rst
index 742a02b99..fcd42082c 100644
--- a/docs/code_reviews.rst
+++ b/docs/code_reviews.rst
@@ -24,6 +24,17 @@ Small changes
Please follow the guidance in `Google's Eng-Practices Small CLs
<https://google.github.io/eng-practices/review/developer/small-cls.html>`_.
+Complete changes
+================
+Please follow the guidance in :ref:`docs-contributing-contribution-standards`.
+In summary, CLs must be complete, tested, and include documentation and unit
+tests for new code, bug fixes, and any code changes that merit it. However, to
+enable iterative work and small changes, ``TODO`` comments are acceptable. They
+must include an explanation of the problem and an action to take.
+
+We will not take over incomplete changes to avoid shifting our focus. We may
+reject changes that do not meet the criteria above.
+
-------------
For reviewers
-------------