Skip to content

Commit 4ca386d

Browse files
authored
Merge pull request #27 from endlessm/push-mnmyzwnntroy
Add simple CODEOWNERS file
2 parents 008840b + fecfd10 commit 4ca386d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)