Skip to content

Instantly share code, notes, and snippets.

@gryte
Last active January 2, 2020 04:44
Show Gist options
  • Save gryte/813aa8e31ffd189d6c60 to your computer and use it in GitHub Desktop.
Save gryte/813aa8e31ffd189d6c60 to your computer and use it in GitHub Desktop.
Story Template - Various Markup Syntax
*AS A:* user of some sort
*I WANT:* accomplish something here
*SO THAT:* justify here
*WE'LL KNOW WE ARE DONE WHEN:*
* goal 1
* goal 2
* goal next

AS A: user of some sort

I WANT: accomplish something here

SO THAT: justify here

WE'LL KNOW WE ARE DONE WHEN:

  • goal 1
  • goal next

See Also:

  • [description here](link here)

Identify Necessary Resources

  • What servers are we building?
  • What servers do we need to work with that may already exist?
  • What other people do we need to work with?

Locate Documentation

  • How do we accomplish this task according to the larger community?
  • Do we need to be the one to create the documentation if we discover it doesn't exist?

Implement Solution

  • Capture exactly what work was done and how long it took

Validate Implementation

  • Ensure we know how to observe the solution to gauge if it’s in a desired state or not

List Outstanding Items

  • Allow yourself a place to track any items that didn't fit above, or were caught late in the life of the project, but still need to be accounted for
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment