[commit: ghc] wip/ghc-8.8-merges: Add CODEOWNERS (24148b2)
git at git.haskell.org
git at git.haskell.org
Thu Feb 21 15:08:42 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.8-merges
Link : http://ghc.haskell.org/trac/ghc/changeset/24148b2a507b2b337b4a6667998721dc41acabbb/ghc
>---------------------------------------------------------------
commit 24148b2a507b2b337b4a6667998721dc41acabbb
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]
>---------------------------------------------------------------
24148b2a507b2b337b4a6667998721dc41acabbb
CODEOWNERS | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644
index 0000000..6ad914b
--- /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
More information about the ghc-commits
mailing list