We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f7457 commit 269fc0bCopy full SHA for 269fc0b
.github/CODEOWNERS
@@ -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