Skip to content

Commit 3a77675

Browse files
Add CODEOWNERS file (#137)
* add codeowners file * [pre-commit.ci lite] apply automatic fixes * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent a93de88 commit 3a77675

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CODEOWNERS file
2+
# This file is used to define individuals or teams
3+
# that are responsible for code in a repository.
4+
# When PR's are opened, these individuals will be
5+
# added as reviewers automatically (except if they
6+
# are authors of the work). Each line is a file
7+
# pattern followed by one or more owners.
8+
# For more information, see:
9+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
10+
11+
* @jenna-tomkinson @d33bs

0 commit comments

Comments
 (0)