From 6ff5ba93a24d369bfb271f815f94090cd60df30d Mon Sep 17 00:00:00 2001 From: Alyssa Callahan Date: Wed, 24 Oct 2018 15:52:51 -0400 Subject: [PATCH] added internal use section --- .github/ISSUE_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1721573d2..aac6b442c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -48,3 +48,23 @@ Tell us your suggested solutions if you have any. ## Screenshots + + +## Internal Use + +### Acceptance Criteria +1. +2. +3. + +### Definition of Done +- [ ] Tested against acceptance criteria +- [ ] Tested against the assumptions of the 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