Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Lines starting with '#' are comments.
#
# File patterns are case-sensitive and follow most of the same rules used in
# .gitignore files. Start patterns that are meant to be relative to the root
# with a forward slash to prevent the matching from occurring at an arbitraty
# level. End patterns that are meant to match directories with a forward slash
# to make it visually apparent.
#
# Each file pattern should be followed by one or more GitHub usernames or team
# names using the standard @username or @swiftlang/team-name format. Please
# order these names lexicographically.
#
# Line order is important. The last matching pattern in this file takes
# precedence.
# More information: https://docs.github.com/en/articles/about-code-owners
#
# Please list patterns by mirroring the repository's file hierarchy in
# case-sensitive lexicographic order. This approach follows a well-established
# and familiar order for navigation, helps to avoid inadvertent ownership
# overrides, and makes uncharted parts of the repository easier to pin down.

# Default code owner of everything.
* @akmorrison
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add me as well, I've been maintaining this library for quite some time.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed with this, can you put us both down as default owners of *?