Skip to content

Commit 269fc0b

Browse files
authored
Add CODEOWNERS file for repository ownership management
1 parent d5f7457 commit 269fc0b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/CODEOWNERS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CODEOWNERS
2+
# This file defines individuals or teams that are responsible for code in this repository.
3+
# When someone opens a pull request that modifies code, GitHub will automatically request
4+
# a review from the listed owner(s).
5+
6+
# Default owner for everything in the repository:
7+
* @Alexandrbig1
8+
9+
# Example: You can add specific owners for directories or files:
10+
# docs/* @Alexandrbig1
11+
# api/* @Alexandrbig1
12+
# *.md @Alexandrbig1
13+
14+
# Note:
15+
# - Multiple owners can be listed (e.g., @Alexandrbig1 @AnotherUser)
16+
# - Teams can also be assigned if your org creates GitHub teams (e.g., @OpenCodeChicago/core-team)

0 commit comments

Comments
 (0)