From 4cd739e088501b4977fcef5087b79416bde76b01 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 3 Feb 2015 15:26:18 -0500 Subject: [PATCH] Update the template to add section for projects Now that the specs being added to the qa-specs repo can effect more than 1 project, it'll be useful to explicitly call out which projects are intended to be changed as part of the spec. This commit adds a new section to the qa-specs template to list the projects which need to be changed. Change-Id: I1b7b7f86a0b3275eb7ee6f1a298ae1588270eb83 --- template.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/template.rst b/template.rst index 48ea116..b4ec16b 100644 --- a/template.rst +++ b/template.rst @@ -51,6 +51,16 @@ just adding more API tests can leave this section empty. Where it does apply we'd just like a demonstration that some thought has been put into why the proposed approach is the best one. +Projects +======== + +List the qa projects that this spec effects. For example: + +* openstack/tempest +* openstack/tempest-lib +* openstack-dev/devstack + + Implementation ==============