mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 19:43:13 +02:00
doc: Add CODEOWNERS file
Describes maintainers. See https://help.github.com/en/articles/about-code-owners for syntax. Ref #17094.
This commit is contained in:
committed by
Adam Jonas
parent
34eb236258
commit
e02da22906
25
CODEOWNERS
Normal file
25
CODEOWNERS
Normal file
@@ -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
|
Reference in New Issue
Block a user