Add more details on how to define the problem statement

Change-Id: If199be1d7c5c403525996fe5f55941986fb63e5c
This commit is contained in:
armando-migliaccio 2015-10-13 17:52:05 -07:00
parent 0e9752a79c
commit 03a2482d65
1 changed files with 4 additions and 2 deletions

View File

@ -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.