From 803112f6eca034ae5452fe93d1f1271293ca0cfc Mon Sep 17 00:00:00 2001 From: SLDonnelly <64149835+SLDonnelly@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:01:08 -0800 Subject: [PATCH] Update issue templates (#1706) --- .github/ISSUE_TEMPLATE/feature.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 7bea37be3..798070aba 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -9,18 +9,19 @@ assignees: '' **As a** *(User Type/Persona)* **I want** *(Feature/enhancement)* **So That** *(Value, why is this wanted, what is the user trying to accomplish)* -**Additional Context** -- enter text here -- enter text here - **Acceptance Criteria** - [ ] Given (Context), When (action carried out), Then (expected outcome) - [ ] Given (Context), When (action carried out), Then (expected outcome) +**Additional Context** +- enter text here +- enter text here + **Definition of Done** - [ ] Ready to Demo in Sprint Review - [ ] Does what I have made have appropriate test coverage? - [ ] Documentation and/or scientific documentation exists and can be found - [ ] Peer Reviewed by 2 people on the team - [ ] Manual testing of all PRs in Dev and Prod +- [ ] QA from UX team member - [ ] Merged