You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bitcoin/CODEOWNERS

26 lines
548 B

# 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