From 414e4f891a8fcdfeb3382063409cc8e9cf65eec3 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Wed, 22 Jul 2015 08:03:05 -0700 Subject: [PATCH] Add a code-review guideline document This adds a document that aims to provide a checklist-like review guideline for code reviewers. We can encode small decisions and tribal knowledge in this document to help increase consistency. Right now, this just adds upgrade-related review items as those are some of the more complicated and least-documented at the moment. Change-Id: I5bbb7e4e2192b853373fed38ca0ad873fc8b329e --- doc/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index 81cabfe9a..f71cc5127 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -169,6 +169,7 @@ these are a great place to start reading up on the current plans. api_microversion_dev policy_enforcement stable_api + code-review Advanced testing and guides ----------------------------