bcgov/document-generation-showcase

View on GitHub
.github/ISSUE_TEMPLATE/story.md

Summary

Maintainability
Test Coverage
---
name: Story
about: User Story
title: 'Theme | UserStoryABC |points| '
labels: story
assignees: ''

---

Vision: (the high level statement from the product owner)

**User Story**: 
*Role*: As a _______(role), 
*Action*: I want to be able to _____________ (action) 
*Outcome*: so that I can ______________(outcome) 

**Gerkin Script(s)** (for the Functional Tests):
*GIVEN* I am a ______ (role)
*AND* ________ (preconditions with specific values)
*WHEN* I ___________ (take a specific action)
*THEN* _____________ (a specific result with specific values)
*AND* ______________ (optional additional results)