From dffff47a9f69c6cf43388c292c56c51db79236c0 Mon Sep 17 00:00:00 2001
From: Alyssa Callahan <alyssa@soloiq.com>
Date: Mon, 12 Nov 2018 14:48:16 -0500
Subject: [PATCH] added dod

---
 .github/issue_template.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/.github/issue_template.md b/.github/issue_template.md
index c487818e..39450156 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -34,3 +34,22 @@ Tell us what happens instead
 
 ## Screenshots
 <!-- If a screenshot would help explain the bug, please include one or two here -->
+
+## 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