[commit: ghc] master: Add CODEOWNERS (7262a81)
git at git.haskell.org
git at git.haskell.org
Mon Jan 21 23:07:40 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7262a81585a52e019a7d85bc66fc906a629413ec/ghc
>---------------------------------------------------------------
commit 7262a81585a52e019a7d85bc66fc906a629413ec
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]
>---------------------------------------------------------------
7262a81585a52e019a7d85bc66fc906a629413ec
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