Skip to content

Commit 4a9cc26

Browse files
authored
Create CODEOWNERS (#1)
1 parent d46b248 commit 4a9cc26

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/CODEOWNERS

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# This file is a list of the people responsible for ensuring that patches for a
2+
# particular part of Swift are reviewed, either by themselves or by someone else.
3+
# They are also the gatekeepers for their part of Swift, with the final word on
4+
# what goes in or not.
5+
#
6+
# The list is sorted by surname and formatted to allow easy grepping and
7+
# beautification by scripts. The fields are: name (N), email (E), web-address
8+
# (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
9+
# (S).
10+
11+
# N: Max Desiatov
12+
# E: m_desiatov@apple.com
13+
14+
###
15+
16+
# The following lines are used by GitHub to automatically recommend reviewers.
17+
18+
* @MaxDesiatov

0 commit comments

Comments
 (0)