Skip to content

Commit 8d82945

Browse files
committed
created code owners
1 parent 82f9f29 commit 8d82945

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CODEOWNERS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Specify owners for all files
2+
* @briandenicola
3+
4+
# Specify owners for specific directories
5+
/src/ @briandenicola
6+
7+
# Specify owners for specific files
8+
#/scripts/deploy.sh @devops-owner
9+
10+
# Specify owners for files with specific extensions
11+
#*.js @js-owner
12+
#*.css @css-owner

0 commit comments

Comments
 (0)