From 196f3ba92de697966745cab62f6cbc95f219779d Mon Sep 17 00:00:00 2001 From: Alyssa Callahan Date: Wed, 24 Oct 2018 15:47:07 -0400 Subject: [PATCH] added Internal use section --- .github/ISSUE_TEMPLATE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c75067404..76e7a7135 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -51,3 +51,24 @@ Tell us what happens instead ## Screenshots + + + +## Internal Use + +### Acceptance Criteria +1. +2. +3. + +### Definition of Done +- [ ] Tested against acceptance criteria +- [ ] Tested against the assumptions of user story +- [ ] The project builds without errors +- [ ] Unit tests are written and passing +- [ ] Tests on devices/browsers listed in the issue have passed +- [ ] QA performed & issues resolved +- [ ] Refactoring completed +- [ ] Any configuration or build changes documented +- [ ] Documentation updated +- [ ] Peer Code Review performed