We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33152b3 commit 1c8449dCopy full SHA for 1c8449d
CODEOWNERS
@@ -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