diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-01-21 14:42:13 -0500 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-01-21 18:06:30 -0500 |
commit | 7262a81585a52e019a7d85bc66fc906a629413ec (patch) | |
tree | c592fc13478b6e32d6aed2aa803d0708108eab01 /CODEOWNERS | |
parent | 5ebcfc0407e6c74abcb259f1482a63c3203ca9e1 (diff) | |
download | haskell-7262a81585a52e019a7d85bc66fc906a629413ec.tar.gz |
Add CODEOWNERS
GitLab uses this file to suggest reviewers based upon the files that a Merge
Request touches.
[skip-ci]
Diffstat (limited to 'CODEOWNERS')
-rw-r--r-- | CODEOWNERS | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..6ad914b406 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,22 @@ +# Confused about what this is? See +# https://gitlab.haskell.org/help/user/project/code_owners + +# Catch-all +* @bgamari + +# Build system +/hadrian @snowleopard @alp @DavidEichmann + +# RTS-like things +/rts @bgamari @simonmar @osa1 @Phyx +/includes @bgamari @simonmar @osa1 + +# The compiler +/compiler/typecheck @simonpj @goldfire +/compiler/rename @simonpj @goldfire +/compiler/typecheck/TcDeriv* @RyanGlScott +/compiler/nativeGen @simonmar @bgamari @AndreasK + +# Core libraries +/libraries/base @hvr +/libraries/template-haskell @goldfire |