[flang] Add initial CODE_OWNERS file (flang-compiler/f18#1066)

Original-commit: flang-compiler/f18@e5f369d086
Reviewed-on: https://github.com/flang-compiler/f18/pull/1066
This commit is contained in:
RichBarton-Arm 2020-03-12 15:15:20 +00:00 committed by GitHub
parent 57f536a448
commit 3064bdcce9
1 changed files with 18 additions and 0 deletions

18
flang/CODE_OWNERS.TXT Normal file
View File

@ -0,0 +1,18 @@
This file is a list of the people responsible for ensuring that patches for a
particular part of Flang are reviewed, either by themself or by someone else.
They are also the gatekeepers for their part of Flang, with the final word on
what goes in or not.
The list is sorted by surname and formatted to allow easy grepping and
beautification by scripts. The fields are: name (N), email (E), web-address
(W), PGP key ID and fingerprint (P), description (D), snail-mail address
(S) and (I) IRC handle. Each entry should contain at least the (N), (E) and
(D) fields.
N: Steve Scalpone
E: sscalpone@nvidia.com
D: Anything not covered by others
N: Eric Schweitz
E: eschweitz@nvidia.com
D: FIR (lib/Fir), Fortran lowering (lib/Lower)