0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00
bitcoin-core/CODEOWNERS
Line: 7: incorrect codeowner user: theuni Line: 7: no users/groups matched Line: 8: incorrect codeowner user: theuni Line: 8: no users/groups matched Line: 9: incorrect codeowner user: theuni Line: 9: no users/groups matched Line: 10: incorrect codeowner user: theuni Line: 10: no users/groups matched Line: 11: incorrect codeowner user: theuni Line: 11: no users/groups matched Line: 14: incorrect codeowner user: marcofalke Line: 14: no users/groups matched Line: 15: incorrect codeowner user: marcofalke Line: 15: no users/groups matched Line: 16: incorrect codeowner user: marcofalke Line: 16: no users/groups matched Line: 19: incorrect codeowner user: jonasschnelli Line: 19: no users/groups matched Line: 22: incorrect codeowner user: meshcollider Line: 22: no users/groups matched Line: 25: incorrect codeowner user: sipsorcery Line: 25: no users/groups matched
Wladimir J. van der Laan e02da22906 doc: Add CODEOWNERS file
Describes maintainers.

See https://help.github.com/en/articles/about-code-owners for syntax.

Ref #17094.
2020-08-03 16:43:08 -04:00

25 lines
548 B
Text

# 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