Skip to content

Commit

Permalink
Code Owners File (#140)
Browse files Browse the repository at this point in the history
* Add: codeowners file

* Fix: Spelling error
  • Loading branch information
kevinthedang authored Nov 23, 2024
1 parent 33152b3 commit 1c8449d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1c8449d

Please sign in to comment.