From 3064bdcce949f2ecf96b7bc4f154b3d7ccf5d5b6 Mon Sep 17 00:00:00 2001 From: RichBarton-Arm <43278683+RichBarton-Arm@users.noreply.github.com> Date: Thu, 12 Mar 2020 15:15:20 +0000 Subject: [PATCH] [flang] Add initial CODE_OWNERS file (flang-compiler/f18#1066) Original-commit: flang-compiler/f18@e5f369d0863899b601079b2d97e9144c1fd0b71e Reviewed-on: https://github.com/flang-compiler/f18/pull/1066 --- flang/CODE_OWNERS.TXT | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 flang/CODE_OWNERS.TXT diff --git a/flang/CODE_OWNERS.TXT b/flang/CODE_OWNERS.TXT new file mode 100644 index 000000000000..a828c068d80e --- /dev/null +++ b/flang/CODE_OWNERS.TXT @@ -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)