Skip to content

Commit 43b2be3

Browse files
authored
Merge pull request #37 from radu-matei/chore/maintainers
chore: add CODEOWNERS file
2 parents b5eeeca + cd0613a commit 43b2be3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/CODEOWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CODEOWNERS
2+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
3+
4+
# NOTE: Order is important; the last matching pattern takes the most precedence. When someone opens a pull request that
5+
# only modifies files under a certain matching pattern, only those code owners will be requested for a review.
6+
7+
# These owners will be the default owners for everything in the repository. Unless a later match takes precedence, they
8+
# will be requested for review when someone opens a pull request.
9+
* @suneetnangia @radu-matei @karthik2804 @fibonacci1729

0 commit comments

Comments
 (0)