From: Chris Koeritz Date: Thu, 11 Nov 2021 00:01:01 +0000 (-0500) Subject: simple pattern for user stories in scrum X-Git-Tag: 2.140.131^2~8 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=c78746eb405b140bcd551a1f45b9b89c3cf033ba simple pattern for user stories in scrum not quite a document, but this is the archetypal user story format. e.g. "as a standard user of the yoyodyne website, i'd like to have my profile available on the site, so that i can check my records and update them." --- diff --git a/infobase/document_templates/user_story_template.txt b/infobase/document_templates/user_story_template.txt new file mode 100644 index 00000000..d5b8eaf7 --- /dev/null +++ b/infobase/document_templates/user_story_template.txt @@ -0,0 +1,6 @@ + +A typical "user story" in Scrum goes like this... + +As user/role X, I want feature/item Y, because of business purpose Z. + +