From 03a2482d65ef13c81c9879c08555bc64230e9357 Mon Sep 17 00:00:00 2001 From: armando-migliaccio Date: Tue, 13 Oct 2015 17:52:05 -0700 Subject: [PATCH] Add more details on how to define the problem statement Change-Id: If199be1d7c5c403525996fe5f55941986fb63e5c --- specs/template.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/specs/template.rst b/specs/template.rst index d992541b3..06cde1aeb 100644 --- a/specs/template.rst +++ b/specs/template.rst @@ -27,8 +27,10 @@ Problem Description A detailed description of the problem: -* For a new feature this should be use cases. Ensure you are clear about the - actors in each use case: End User vs Deployer +* For a new feature this should be a list of use cases. Ensure that you are clear + about the actors in each use case: End User vs Deployer. Ensure that you identify + which area of the core is being affected; for something completely new, it + should be clear why you are considering it being part of the core. * For a major reworking of something existing it would describe the problems in that feature that are being addressed.