Skip to content

Commit 37ba512

Browse files
committed
CODE_OWNERS: Add GitHub accounts, for PR tagging purposes
1 parent 1d1d489 commit 37ba512

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CODE_OWNERS.TXT

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,49 +4,60 @@ They are also the gatekeepers for their part of Swift, with the final word on
44
what goes in or not.
55

66
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), description (D).
7+
beautification by scripts. The fields are: name (N), email (E),
8+
GitHub account (G), description (D).
99

1010
N: Ben Cohen
1111
12+
G: airspeedswift
1213
D: Swift standard library
1314

1415
N: Erik Eckstein
1516
17+
G: eeckstein
1618
D: SILOptimizer
1719

1820
N: Xi Ge
1921
22+
G: nkcsgexi
2023
D: Markup, Migrator, lib/Syntax
2124

2225
N: Doug Gregor
2326
27+
G: DougGregor
2428
D: AST, Basic, Parse, Sema
2529

2630
N: Joe Groff
2731
32+
G: jckarter
2833
D: SIL, SILGen, everything in Swift not covered by someone else
2934

3035
N: Argyrios Kyrzidis
3136
37+
G: akyrtzi
3238
D: IDE, SourceKit, swift-ide-test
3339

3440
N: Luke Larson
3541
42+
G: lplarson
3643
D: Swift Benchmark Suite
3744

3845
N: John McCall
3946
47+
G: rjmccall
4048
D: Demangler, IRGen, Runtime
4149

4250
N: Slava Pestov
4351
52+
G: slavapestov
4453
D: Reflection, SwiftRemoteMirror
4554

4655
N: Jordan Rose
4756
57+
G: jrose-apple
4858
D: ClangImporter, Serialization, (Objective-)C printer, Driver
4959

5060
N: Anna Zaks
5161
62+
G: AnnaZaks
5263
D: SIL diagnostics passes

0 commit comments

Comments
 (0)