core-lightning/.github/CODEOWNERS
ZmnSCPxj jxPCSnmZ 0e326dd3a7 doc/BACKUP.md: Document backup strategies for lightningd.
ChangeLog-Added: Document: `doc/BACKUP.md` describes how to back up your C-lightning node.
2020-12-15 12:16:50 +01:00

21 lines
714 B
Plaintext

# Code owners are automatically requested for review when someone
# opens a pull request that modifies code that they own. When someone
# with admin or owner permissions has enabled required reviews, they
# also can optionally require approval from a code owner before the
# author can merge a pull request in the repository.
wallet/ @cdecker
*.py @cdecker
wallet/invoices.* @ZmnSCPxj
plugins/multifundchannel.c @ZmnSCPxj
doc/BACKUP.md @ZmnSCPxj @cdecker
common/param.* @wythe
common/json.* @wythe
common/json_tok.* @wythe
common/wallet_tx.* @wythe
# See https://help.github.com/articles/about-codeowners/ for more
# information