We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b7bb2 commit fecfd10Copy full SHA for fecfd10
1 file changed
.github/CODEOWNERS
@@ -0,0 +1,16 @@
1
+# CODEOWNERS
2
+#
3
+# Each line is a file pattern followed by one or more users or teams. Order is
4
+# important; the last matching pattern takes the most precedence. When someone
5
+# opens a pull request that only modifies files matching a pattern farther down,
6
+# only the last-matching owner(s) and not the global owner(s) will be requested
7
+# for a review.
8
9
+# Prefer listing teams instead of individual users whenever possible for easier
10
+# access management.
11
12
+# This is a living document mapping expertise to the codebase; it can and should
13
+# be updated over time! See: https://opensauced.pizza/blog/shared-ownership-culture
14
+
15
+# Global (will be requested for review if no more specific match)
16
+* @endlessm/games
0 commit comments