From fb2d30a306394fd1a8145b963722d481c5ffc8bf Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 5 Dec 2014 03:30:43 +0000 Subject: [PATCH] Workflow documentation is now in infra-manual Replace URLs for workflow documentation to appropriate parts of the OpenStack Project Infrastructure Manual. Change-Id: I23c3e20ce674f69890f80bd2dba4e70cd768b9ad --- HACKING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.rst b/HACKING.rst index d0ca6c02..e892c121 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -100,7 +100,7 @@ Example:: Before Committing ----------------- - Follow the general OpenStack submission workflow - (https://wiki.openstack.org/wiki/Gerrit_Workflow). This means all + (http://docs.openstack.org/infra/manual/developers.html#development-workflow). This means all all submissions should be squashed into one commit with one commit id and be submitted from a feature branch, not master. - Always run a PEP8 check on your modified code before committing.