Skip to content

Instantly share code, notes, and snippets.

@mirelamus
Last active August 1, 2018 10:54
Show Gist options
  • Save mirelamus/baac81efefc417c218b04464b1006e4a to your computer and use it in GitHub Desktop.
Save mirelamus/baac81efefc417c218b04464b1006e4a to your computer and use it in GitHub Desktop.
User Story Template - Behaviour Driven Development
As a [role] I want [a thing to happen] so that I [can have a benefit].
Background information
(Optionally) Give a brief background story of how this fits in the larger vision
Acceptance criterias:
Given-When-Then cases
Given the setup before I begin
When I do a thing
(Optionally) And when I do another thing
Then something happens
(Optionally) And then something else happens.
Definition of done
will be standard for every user story
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment