[commit: ghc] wip/add-codeowners: Add CODEOWNERS (43f5430)

git at git.haskell.org git at git.haskell.org
Mon Jan 21 19:45:51 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/add-codeowners
Link       : http://ghc.haskell.org/trac/ghc/changeset/43f5430c06a5bbdeebd5a7a0ee28009b47a5cf53/ghc

>---------------------------------------------------------------

commit 43f5430c06a5bbdeebd5a7a0ee28009b47a5cf53
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Jan 21 14:42:13 2019 -0500

    Add CODEOWNERS
    
    GitLab uses this file to suggest reviewers based upon the files that a Merge
    Request touches.
    
    [skip-ci]


>---------------------------------------------------------------

43f5430c06a5bbdeebd5a7a0ee28009b47a5cf53
 CODEOWNERS | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644
index 0000000..c18323b
--- /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/rename                 @simonpj @goldfire
+/compiler/typecheck/TcDeriv*     @RyanGlScott
+/compiler/nativeGen              @simonmar @bgamari @AndreasK
+
+# Core libraries
+/libraries/base                  @hvr



More information about the ghc-commits mailing list