Skip to content

Instantly share code, notes, and snippets.

@HokieGeek
Last active August 29, 2015 14:20
Show Gist options
  • Save HokieGeek/fef4167d0caea24a9281 to your computer and use it in GitHub Desktop.
Save HokieGeek/fef4167d0caea24a9281 to your computer and use it in GitHub Desktop.
Quick UltiSnips user story snippet
snippet userstory
h6.+User Story+
*As a${2:n}* ${1:<STAKEHOLDER>}, *I need* ${3:<SOME GOAL>} *so that* ${4:<SOME REASON>}.
${5:
h6.+Suggested Implementation Notes+
* ${6:TODO}
}
h6.+Acceptance Criteria+
* $7
$0
endsnippet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment