From 1c8449d578d6916095975147e67a47499b3887d1 Mon Sep 17 00:00:00 2001 From: Kevin Dang <77701718+kevinthedang@users.noreply.github.com> Date: Sat, 23 Nov 2024 14:51:17 -0800 Subject: [PATCH] Code Owners File (#140) * Add: codeowners file * Fix: Spelling error --- CODEOWNERS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..ee99de4 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,24 @@ +# The further along the ownership is, the more precedence it has. +# This to make sure the right people look at certain changes. +# Last Edited: 11/23/2024 +# Author: Kevin Dang + +# These owners will be the default owners +# for everything in the repo. However it's +# only for the rest of the files not declared by the +# following ownerships below. +* @kevinthedang @JT2M0L3Y + +# Technical/Business Code Ownership +/src/ @kevinthedang @JT2M0L3Y +/tests/ @kevinthedang @JT2M0L3Y +/.github/ @kevinthedang + +# Docker Ownership +Dockerfile @kevinthedang +docker-compose.yml @kevinthedang + +# Documentation Ownership +/docs/ @kevinthedang +/imgs/ @kevinthedang +