aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-18 12:44:03 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-20 17:56:30 +0100
commit45d8669d4f3cf009ee71c109fafd9d0fc9a9862c (patch)
tree4b7b1b1f917eae680c132694660a7ba117c79474 /.github
parent57877caba02e8e9a950f5302b887970dcb9712a7 (diff)
Add CODEOWNERS
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS118
1 files changed, 118 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 000000000..0f8b0a2cd
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,118 @@
+# This file describes the maintainers for the main components. See
+# `dev/doc/MERGING.md`.
+
+# component-path principal-maintainer secondary-maintainer
+
+# GitHub metadata, including this file
+/.github/ @maximedenes @Zimmi48
+
+# CI infrastructure
+/dev/ci/*.sh @ejgallego @SkySkimmer
+/.travis.yml @ejgallego @SkySkimmer
+/.gitlab-ci.yml @SkySkimmer @ejgallego
+/.appveyor.yml @maximedenes @SkySkimmer
+
+/default.nix @Zimmi48 @vbgl
+
+# Documentation
+/README.md @Zimmi48 @maximedenes
+/INSTALL* @Zimmi48 @maximedenes
+/CONTRIBUTING.md @Zimmi48 @maximedenes
+/dev/doc/ @Zimmi48 @maximedenes
+/doc/ @silene @maximedenes
+/man/ @silene @maximedenes
+
+/checker/ @barras @maximedenes
+
+/clib/ @ppedrot @ejgallego
+
+
+/engine/ @ppedrot @aspiwack
+
+/grammar/ @ppedrot @maximedenes
+
+/ide/ @ppedrot @gares
+
+/interp/ @herbelin @ejgallego
+
+/intf/ @letouzey @ppedrot
+/kernel/ @maximedenes @barras
+/kernel/byterun/ @maximedenes @silene
+/lib/ @ejgallego @ppedrot
+/library/ @silene @gares
+
+/parsing/ @herbelin @mattam82
+
+/plugins/btauto/ @ppedrot @herbelin
+
+/plugins/cc/ @herbelin # I don't know Pierre Corbineau's GitHub nickname
+/plugins/derive/ @aspiwack @ppedrot
+/plugins/extraction/ @letouzey @maximedenes
+/plugins/firstorder/ @herbelin # I don't know Pierre Corbineau's GitHub nickname
+/plugins/fourier/ @herbelin @gares
+/plugins/funind/ @forestjulien @Matafou
+/plugins/ltac/ @ppedrot
+/plugins/micromega/ @fajb @bgregoir
+/plugins/nsatz/ @thery @ppedrot
+/plugins/omega/ @letouzey
+/plugins/romega/ @letouzey
+/plugins/setoid_ring/ @amahboubi @bgregoir
+/plugins/ssrmatching/ @gares @maximedenes
+/plugins/ssr/ @gares @maximedenes
+/plugins/syntax/ @ppedrot @maximedenes
+
+
+/plugins/quote/ @herbelin
+
+/plugins/rtauto/ @herbelin # Should be Pierre Corbineau too
+
+/pretyping/ @mattam82 @gares
+/printing/ @herbelin @mattam82
+
+/proofs/ @ppedrot @Zimmi48
+
+/stm/ @gares @ejgallego
+
+/tactics/ @ppedrot @mattam82
+
+/theories/Arith/ @letouzey @herbelin
+/theories/Bool/ @letouzey @herbelin
+/theories/Classes/ @mattam82 @herbelin
+/theories/FSets/ @letouzey @herbelin
+/theories/Init/ @letouzey @ppedrot
+/theories/Lists/ @letouzey @ppedrot
+/theories/Logic/ @herbelin @ppedrot
+/theories/MSets/ @letouzey @herbelin
+/theories/NArith/ @letouzey @herbelin
+/theories/Numbers/ @letouzey @herbelin
+/theories/PArith/ @letouzey @herbelin
+/theories/Program/ @mattam82 @herbelin
+/theories/QArith/ @letouzey @herbelin
+/theories/Reals/ @silene @ppedrot
+/theories/Relations/ @mattam82 @ppedrot
+/theories/Setoids/ @mattam82 @ppedrot
+/theories/Sets/ @letouzey @herbelin
+/theories/Sorting/ @letouzey @herbelin
+/theories/Strings/ @letouzey @herbelin
+/theories/Structures/ @letouzey @herbelin
+/theories/Unicode/ @letouzey @herbelin
+/theories/Wellfounded/ @letouzey @mattam82
+/theories/ZArith/ @letouzey @herbelin
+
+/theories/Compat/ @JasonGross @Zimmi48
+
+/theories/Vectors/ @herbelin
+
+/tools/coqdoc/ @silene @mattam82
+/tools/coq_makefile* @gares @silene
+/tools/CoqMakefile* @gares @silene
+/tools/coqdep* @ppedrot @maximedenes
+/tools/coq_tex* @silene @gares
+/tools/coqwc* @silene @gares
+
+/toplevel/ @ejgallego @gares
+/vernac/ @mattam82 @maximedenes
+
+/Makefile* @letouzey @ejgallego
+/configure* @letouzey @ejgallego
+/META.coq @letouzey @ejgallego