aboutsummaryrefslogtreecommitdiff
path: root/CODEOWNERS
diff options
context:
space:
mode:
Diffstat (limited to 'CODEOWNERS')
-rw-r--r--CODEOWNERS25
1 files changed, 25 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644
index 0000000000..010ef48bb2
--- /dev/null
+++ b/CODEOWNERS
@@ -0,0 +1,25 @@
+# Nonspecific maintainers
+# @laanwj
+# @sipa
+# @fanquake
+
+# Build system maintainer
+/configure.ac @theuni
+/build-aux/ @theuni
+/depends/ @theuni
+*.am @theuni
+Makefile.* @theuni
+
+# Test framework maintainer
+/src/test/ @marcofalke
+/test/ @marcofalke
+/ci/ @marcofalke
+
+# GUI maintainer
+/src/qt/ @jonasschnelli
+
+# Wallet maintainer
+/src/wallet/ @meshcollider
+
+# MSVC build system maintainer
+/build_msvc/ @sipsorcery