mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +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:
parent
34eb236258
commit
e02da22906
1 changed files with 25 additions and 0 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue