From c340b619a861d69decb77642394327552f512f78 Mon Sep 17 00:00:00 2001 From: Kendall Nelson Date: Thu, 10 May 2018 15:46:38 -0700 Subject: [PATCH] Move Patch Best Practices As only code and documentation contributors (not users or operators) will be interested in how to create a good patch, this patch moves that file to the code-and-docs directory from the common directory and updates the index in code-and-docs to reflect the change. Change-Id: Ia5cb5cae92eee73200f39c4b6c6e5d84337b85ab --- doc/source/code-and-documentation/index.rst | 2 +- .../{common => code-and-documentation}/patch-best-practices.rst | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename doc/source/{common => code-and-documentation}/patch-best-practices.rst (100%) diff --git a/doc/source/code-and-documentation/index.rst b/doc/source/code-and-documentation/index.rst index 8f51fba..7c81d6c 100644 --- a/doc/source/code-and-documentation/index.rst +++ b/doc/source/code-and-documentation/index.rst @@ -13,10 +13,10 @@ Code & Documentation Contributor Guide /common/communication /common/events /common/setup-gerrit + /code-and-documentation/patch-best-practices /code-and-documentation/using-gerrit /common/task-tracking /common/i18n /common/governance /common/zuul-status - /common/patch-best-practices /code-and-documentation/elastic-recheck diff --git a/doc/source/common/patch-best-practices.rst b/doc/source/code-and-documentation/patch-best-practices.rst similarity index 100% rename from doc/source/common/patch-best-practices.rst rename to doc/source/code-and-documentation/patch-best-practices.rst