From 8fb3a0df2e21839f511d62b7335b80af109dca91 Mon Sep 17 00:00:00 2001 From: Barbara Bermes Date: Tue, 12 Mar 2019 09:00:31 -0400 Subject: [PATCH] created user story template --- .github/ISSUE_TEMPLATE/--user-story.md | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/--user-story.md diff --git a/.github/ISSUE_TEMPLATE/--user-story.md b/.github/ISSUE_TEMPLATE/--user-story.md new file mode 100644 index 000000000..6aaa9c06e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--user-story.md @@ -0,0 +1,27 @@ +--- +name: "👩🏻‍💻 User Story" +about: Create user story, assigned to an Epic + +--- +Owner: Product Manager + +- Description of User Story (Added by PM) + +As a user, I want … so I can do … +As a product owner, I want… so I can do ... + +## Dependencies (Added by PM and Eng) +- List dependencies on other issues/teams etc. + +## Next Steps +- Immediate task: Convert user story into an Epic, and link it back to the Meta (PM) +- Immediate task: Estimate/size user story with points (during backlog grooming) +- User stories need to be assigned to a milestone, e.g backlog, or move into sprint (PM) +- Engineers need to breakdown the user story, size all the individual tasks, and link the tasks to this user story (Done by Eng on Sprint Planning day) + +### Acceptance Criteria (Added by PM) + +I can do … (e.g. add a bookmark) +I can do … (e.g. track usage) + +