Skip to content

Commit

Permalink
Add CODEOWNERS (#160)
Browse files Browse the repository at this point in the history
* chore: add CODEOWNERS

Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi committed Jun 28, 2023
1 parent c856f5e commit dc4f2f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# A CODEOWNERS file uses a pattern that follows the same rules used in gitignore files.
# The pattern is followed by one or more GitHub usernames or team names using the
# standard @username or @org/team-name format. You can also refer to a user by an
# email address that has been added to their GitHub account, for example [email protected]

.github/* @dragonflyoss/dragonfly-maintainers

* @dragonflyoss/dragonfly-reviewer

0 comments on commit dc4f2f6

Please sign in to comment.