Foundations of Software Engineering

Template for User Stories

Create a Markdown file (i.e., a text file with the file extension .md), paste in the template below. Each team should have only one user stories file that is shared by all team members.

# User Stories

**Team:** xxx (Official name of team/project goes here)

## xxx (Second-level headings optionally may be used to group/categorize USs by type of functionality)

- US xxx (Title of user story goes here)
  - Description: xxx (Description of user store goes here)
  - Dependencies: xxx (List of any other USs that must be completed before this one can be completed)
  - Estimate: xxx (Number of days of work required to implement the US)
  - Priority: xxx (US priority number goes here)
  - Status: xxx (US status - Not started, In progress, Completed-intermediate, or Completed-final)
  - Author: xxx (Name of person who wrote this US)

© Scott D. Fleming 2018 • Made with GitHub Pages and Markdown