-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add: codeowners file * Fix: Spelling error
- Loading branch information
1 parent
33152b3
commit 1c8449d
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|