Skip to content

Commit 70ca888

Browse files
committed
docs(CODEOWNERS file): created the code owners file
#911
1 parent f4b839d commit 70ca888

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CODEOWNERS

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# This is a comment.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# These owners will be the default owners for everything in
5+
# the repo. Unless a later match takes precedence,
6+
# @global-owner1 and @global-owner2 will be requested for
7+
# review when someone opens a pull request.
8+
@bmuenzenmeyer
9+
10+
# CLI owner
11+
/packages/cli @raphaelokon
12+
13+
# The `docs/*` pattern will match files like
14+
# `docs/getting-started.md` but not further nested files like
15+
# `docs/build-app/troubleshooting.md`.
16+
17+
18+
# In this example, @octocat owns any file in an apps directory
19+
# anywhere in your repository.
20+
apps/ @octocat
21+
22+
# In this example, @doctocat owns any file in the `/docs`
23+
# directory in the root of your repository.
24+
/docs/ @doctocat

0 commit comments

Comments
 (0)