Skip to content

Commit e02da22

Browse files
laanwjadamjonas
authored andcommitted
doc: Add CODEOWNERS file
Describes maintainers. See https://help.github.com/en/articles/about-code-owners for syntax. Ref #17094.
1 parent 34eb236 commit e02da22

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CODEOWNERS

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)