From da6447e0aad9d41c5bfa3a2c5c3e6b81aee2c70c Mon Sep 17 00:00:00 2001
From: Joshua Sziede <jsziede@yahoo.com>
Date: Mon, 19 Nov 2018 21:34:13 -0500
Subject: [PATCH] Update Directory_Structure_Standards.md

---
 documents/Directory_Structure_Standards.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/documents/Directory_Structure_Standards.md b/documents/Directory_Structure_Standards.md
index e8716a4..0a2a93d 100644
--- a/documents/Directory_Structure_Standards.md
+++ b/documents/Directory_Structure_Standards.md
@@ -5,4 +5,5 @@ Every directory will have a readme describing at a minimum the purpose of the di
 * Documents - any documents relevant to the creation and implementation of the project.
 * Spikes - any spike programs created to aid us in understanding the project.
 * Src - all code and necessary files used for the quadratic solver program specifically
+* Stories - all stories and TPS reports created to track project completion
 * Tests - all unit tests created for the quadratic solver program
-- 
GitLab