From 83cb3486bbe73773e1971a97cfce6cbfb6bbce82 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Wed, 2 Aug 2023 21:44:58 +0000 Subject: [PATCH] Add .github/issue_template/user_story.md --- .github/issue_template/user_story.md | 47 ++++++++++++++++++++++++++++ 1 file changed, 47 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 0000000..b904ac3 --- /dev/null +++ b/.github/issue_template/user_story.md @@ -0,0 +1,47 @@ +--- + +name: "User Story" +about: "Create a user story" +ref: "develop" +labels: +- Type/Enhancement + +--- + +# User Story + +As a ... + +I want to ... + +So that ... + +## Acceptance Criteria + +1. + +Given ... + +When ... + +Then ... + +2. ... + +## Design + +... + +## Notes + +... + +## Tasks +- [ ] Investigated by business +- [ ] Prioritized & approved by PO +- [ ] Designed & reviewed UX +- [ ] Refined + - [ ] Assigned an Epic + - [ ] Broken down into dev tasks + - [ ] Estimated wieght/time + - [ ] Adjusted labels