Start Phase 1 OSTicketSystem documentation

This commit is contained in:
Kenpat7177 2026-06-08 19:38:42 -05:00
commit 1ba819f272
4 changed files with 20 additions and 0 deletions

7
CHANGELOG.md Normal file
View file

@ -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.

3
DEBUG-DOCUMENTATION.md Normal file
View file

@ -0,0 +1,3 @@
# Debug Documentation
This file is for errors, fixes, broken commands, and troubleshooting notes.

5
README.md Normal file
View file

@ -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.

5
RUNBOOK.md Normal file
View file

@ -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.