Skip to content

Instantly share code, notes, and snippets.

@eprothro
Last active January 4, 2023 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eprothro/5665480 to your computer and use it in GitHub Desktop.
Save eprothro/5665480 to your computer and use it in GitHub Desktop.

<Feature name, noun>

Feature Description

As a User
I want to <do something conceptually simple>
So that <motivation for doing that thing>

Feature Behavior

Context

<A quick description of what led to this feature being used, if anything.>

Behavior
Given <some action has already happened, or I'm in a certain, predictable, state>
When <I take some action or some action occurs>
Then <what happens as a result of the action>

Future Iterations

Given <some action has already happened, or I'm in a certain, predictable, state>
When <I take some action or some action occurs>
Then <what happens as a result of the action>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment