Skip to content

Commit 8a8f151

Browse files
committed
Add .github/CODEOWNERS file to define code ownership
1 parent 50a53fc commit 8a8f151

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# CODEOWNERS
2+
#
3+
# This file specifies which people or teams own code in this repository.
4+
# Directives are specified using one of the following forms:
5+
#
6+
# * @org/team-name # entire repo
7+
# /path/to/file @user-name # specific file
8+
# /docs/** @team-name # all files in docs folder
9+
# *.js @js-owner # all JS files
10+
#
11+
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
12+
#
13+
# Order is important; the last matching pattern takes precedence.

0 commit comments

Comments
 (0)