From 92a06d17779222fd0a39c38823c54f9bf36ad250 Mon Sep 17 00:00:00 2001 From: wzhdsg1 <115885211+wzhdsg1@users.noreply.github.com> Date: Tue, 6 Jan 2026 23:08:49 +0800 Subject: [PATCH] Create CODEOWNERS --- .github/CODEOWNERS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..5240df4 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,20 @@ +# CODEOWNERS file for TeamProject +# This file defines code ownership for the repository +# Each line is a file pattern followed by one or more owners + +# Default owner for everything in the repo +* @itcen-tutor + +# Documentation +/docs/ @itcen-tutor + +# Source code +/src/ @itcen-tutor + +# Configuration files +*.config @itcen-tutor +*.json @itcen-tutor + +# README and license files +README.md @itcen-tutor +LICENSE @itcen-tutor