From 83cb3486bbe73773e1971a97cfce6cbfb6bbce82 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Wed, 2 Aug 2023 21:44:58 +0000 Subject: [PATCH 1/4] 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 From b75ebfb88a25458de6ac77aa5e2fbac17e264854 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Wed, 2 Aug 2023 21:45:08 +0000 Subject: [PATCH 2/4] Update .github/issue_template/bug.md --- .github/issue_template/bug.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/issue_template/bug.md b/.github/issue_template/bug.md index 8872596..ecac435 100644 --- a/.github/issue_template/bug.md +++ b/.github/issue_template/bug.md @@ -5,7 +5,6 @@ about: "Encountered an issue" ref: "develop" labels: - Type/Bug -- State/Triage --- From 81322f881f16edd9dcf24ed2d8dd5777f36df68c Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Wed, 2 Aug 2023 21:52:56 +0000 Subject: [PATCH 3/4] Add .github/issue_template/enhancment.md --- .github/issue_template/enhancment.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/issue_template/enhancment.md diff --git a/.github/issue_template/enhancment.md b/.github/issue_template/enhancment.md new file mode 100644 index 0000000..fd7a2ac --- /dev/null +++ b/.github/issue_template/enhancment.md @@ -0,0 +1,22 @@ +--- + +name: "Enhancement" +about: "Request a feature" +ref: "develop" +labels: +- Type/Enhancement + +--- + +# Feature Request + +... + +## Requirements + +1. ... +2. ... + +## Notes + +... From aed083a1b2e3a41dbf4bb4ee21b1b56ada1937df Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Wed, 2 Aug 2023 21:55:34 +0000 Subject: [PATCH 4/4] Update .github/issue_template/bug.md --- .github/issue_template/bug.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/issue_template/bug.md b/.github/issue_template/bug.md index ecac435..8998a49 100644 --- a/.github/issue_template/bug.md +++ b/.github/issue_template/bug.md @@ -9,19 +9,22 @@ labels: --- # Bug Report - + I tried to ... But instead ... ## Steps to Reproduce + 1. 2. 3. ## Logs + ``` ``` ## Screenshots +