From 3c745863c58e95f9a6584015688f9515d2e323cb Mon Sep 17 00:00:00 2001 From: Stephen Gordon Date: Wed, 1 Apr 2015 14:31:06 -0400 Subject: [PATCH] Add User Stories section to template Adding user stories section template in response to feedback at the Kilo OpenStack Operator's mid-cycle. Change-Id: I9420ead5c353d11ff7d67c0a13550868d84158cb --- template.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/template.rst b/template.rst index 127317e..e9c28ac 100644 --- a/template.rst +++ b/template.rst @@ -47,6 +47,14 @@ A detailed description of the problem. This should include the types of functions that you expect to run on OpenStack and their interactions both with OpenStack and with external systems. +User Stories +------------ + +A list of user stories ideally in this or a similar format: + +* As a , I want to so that +* ... + Examples --------