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