We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e6696 commit f3e50eaCopy full SHA for f3e50ea
1 file changed
.github/CODEOWNERS
@@ -0,0 +1,23 @@
1
+# CODEOWNERS
2
+#
3
+# Team slugs are case-insensitive on GitHub but typically use lowercase/hyphens.
4
+# If any team name here doesn't match your actual @TheCodeVerseHub/<team-slug>,
5
+# update the slug accordingly.
6
7
+# Per request: ignoring teams Miku/Web Dev.
8
+
9
+# Default owners for everything
10
+* @TheCodeVerseHub/eigen-maintainers @TheCodeVerseHub/security
11
12
+# Documentation
13
+/docs/ @TheCodeVerseHub/documentation
14
15
+# Bot feature code
16
+/cogs/ @TheCodeVerseHub/eigen-contributors
17
18
+# Repo/admin metadata
19
+/.github/ @TheCodeVerseHub/eigen-maintainers
20
21
+# General ownership (optional extra teams)
22
+# / @TheCodeVerseHub/eigen
23
+# / @TheCodeVerseHub/external-contributors
0 commit comments