diff --git a/.github/issue_template/bug.md b/.github/issue_template/bug.md index 8872596..8998a49 100644 --- a/.github/issue_template/bug.md +++ b/.github/issue_template/bug.md @@ -5,24 +5,26 @@ about: "Encountered an issue" ref: "develop" labels: - Type/Bug -- State/Triage --- # Bug Report - + I tried to ... But instead ... ## Steps to Reproduce + 1. 2. 3. ## Logs + ``` ``` ## Screenshots + 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 + +... 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