Skip to content

Commit 1c8449d

Browse files
authored
Code Owners File (#140)
* Add: codeowners file * Fix: Spelling error
1 parent 33152b3 commit 1c8449d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CODEOWNERS

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# The further along the ownership is, the more precedence it has.
2+
# This to make sure the right people look at certain changes.
3+
# Last Edited: 11/23/2024
4+
# Author: Kevin Dang
5+
6+
# These owners will be the default owners
7+
# for everything in the repo. However it's
8+
# only for the rest of the files not declared by the
9+
# following ownerships below.
10+
* @kevinthedang @JT2M0L3Y
11+
12+
# Technical/Business Code Ownership
13+
/src/ @kevinthedang @JT2M0L3Y
14+
/tests/ @kevinthedang @JT2M0L3Y
15+
/.github/ @kevinthedang
16+
17+
# Docker Ownership
18+
Dockerfile @kevinthedang
19+
docker-compose.yml @kevinthedang
20+
21+
# Documentation Ownership
22+
/docs/ @kevinthedang
23+
/imgs/ @kevinthedang
24+

0 commit comments

Comments
 (0)