40 lines
486 B
Markdown
40 lines
486 B
Markdown
---
|
|
name: User story
|
|
about: Write a user story for the team
|
|
title: "[Story]"
|
|
labels: story
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
|
|
## User story summary
|
|
[Definition](#Definition)
|
|
[Business case](#Business-case)
|
|
[Criteria](#criteria)
|
|
[UI/UX Design](#UI-UX-design)
|
|
[Notes](#notes)
|
|
[Related](#related)
|
|
|
|
|
|
## Definition
|
|
```gherkin
|
|
Given I am
|
|
When I look to
|
|
And I go to XXXX page
|
|
And I choose to
|
|
Then I save
|
|
And
|
|
```
|
|
|
|
## Business case
|
|
|
|
## Criteria
|
|
- [ ]
|
|
|
|
## UI UX Design
|
|
|
|
## Notes
|
|
|
|
## Related
|