From 84b638f3398aa3c5d33cc8f9470e2a8bccd6c990 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Wed, 2 Aug 2023 22:12:41 +0000 Subject: [PATCH] Delete .github/issue_template/user_story.md (#6) ## Description Removed unused template ## Issues ## Checklist - [ ] Linked issues - [ ] Reviewed changes - [ ] Updated comments/documentation Reviewed-on: https://git.zakscode.com/ztimson/template/pulls/6 --- .github/issue_template/user_story.md | 47 ---------------------------- 1 file changed, 47 deletions(-) delete mode 100644 .github/issue_template/user_story.md diff --git a/.github/issue_template/user_story.md b/.github/issue_template/user_story.md deleted file mode 100644 index b904ac3..0000000 --- a/.github/issue_template/user_story.md +++ /dev/null @@ -1,47 +0,0 @@ ---- - -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