commit 1ba819f272f40fab2463564c27c13ccfb21b00cf Author: Kenpat7177 Date: Mon Jun 8 19:38:42 2026 -0500 Start Phase 1 OSTicketSystem documentation diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..62c4337 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +This file explains what changed in simple words. + +## 2026-06-08 +- Started Phase 1: OSTicketSystem. +- Created separate files for runbook, debug notes, and change history. diff --git a/DEBUG-DOCUMENTATION.md b/DEBUG-DOCUMENTATION.md new file mode 100644 index 0000000..c019994 --- /dev/null +++ b/DEBUG-DOCUMENTATION.md @@ -0,0 +1,3 @@ +# Debug Documentation + +This file is for errors, fixes, broken commands, and troubleshooting notes. diff --git a/README.md b/README.md new file mode 100644 index 0000000..ad92fd8 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# OSTicketSystem + +This is Phase 1 of the training project. + +Goal: Build a custom ticket system where classmates can log in, claim tickets, complete tasks, and close tickets. diff --git a/RUNBOOK.md b/RUNBOOK.md new file mode 100644 index 0000000..3560595 --- /dev/null +++ b/RUNBOOK.md @@ -0,0 +1,5 @@ +# OSTicketSystem Runbook + +This file explains how to build and use the project from start to finish. + +No debugging notes go here.