We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34eb236 commit e02da22Copy full SHA for e02da22
CODEOWNERS
@@ -0,0 +1,25 @@
1
+# Nonspecific maintainers
2
+# @laanwj
3
+# @sipa
4
+# @fanquake
5
+
6
+# Build system maintainer
7
+/configure.ac @theuni
8
+/build-aux/ @theuni
9
+/depends/ @theuni
10
+*.am @theuni
11
+Makefile.* @theuni
12
13
+# Test framework maintainer
14
+/src/test/ @marcofalke
15
+/test/ @marcofalke
16
+/ci/ @marcofalke
17
18
+# GUI maintainer
19
+/src/qt/ @jonasschnelli
20
21
+# Wallet maintainer
22
+/src/wallet/ @meshcollider
23
24
+# MSVC build system maintainer
25
+/build_msvc/ @sipsorcery
0 commit comments