lnd/.github/CODEOWNERS-HINT
Olaoluwa Osuntokun 482b0ad7b4
github/CODEOWNERS: rename code owners file to soft deactivate
In this commit, rather than attempt to reduce the scope of the current
`CODEOWNERS` file, we instead rename it as a way to stop Github from
automatically assigning reviewers based on it. Instead, we put things in
a "hint" mode as a way for PR OPs to figure out who they should manually
assign PRs today.

With the CODEOWNERS file reduced to a code review assignment hint, we
aim to instead promote usage of the `@code-review` team which will use a
load balancing algorithm for automatic code review assignment.
2024-03-07 17:15:22 -08:00

196 lines
2.6 KiB
Plaintext

# This file lists the owners of code in different areas of the lnd codebase
# Codeowners will own the review for the changes being merged into their
# respective areas
# aezeed
/aezeed/ @guggero @yyforyongyu @roasbeef
# alias manager
/aliasmgr/ @Crypt-iQ
# amp
/amp/ @yyforyongyu @roasbeef
# auto pilot
/autopilot/ @bitromortac
# batch
/batch/ @bhandras
# block cache
/blockcache/ @yyforyongyu @ellemouton
# brontide
/brontide/ @Roasbeef @yyforyongyu @morehouse
# buffer
/buffer/ @yyforyongyu
# build
/build/ @Roasbeef @guggero
# certificates
/cert/ @guggero
# chain notifications
/chainntnfs/ @Roasbeef @yyforyongyu
# chain registry
/chainreg/ @ellemouton
# channel acceptor
/chanacceptor/ @Crypt-iQ
# channel backup
/chanbackup/ @guggero @ellemouton
# channel fitness
/chanfitness/ @yyforyongyu
# channel db
/channeldb/ @Roasbeef @yyforyongyu
# channel notifier
/channelnotifier/ @yyforyongyu
# clock
/clock/ @bhandras
# cluster
/cluster/ @bhandras
# command line
/cmd/ @ellemouton
# contract court
/contractcourt/ @yyforyongyu @Roasbeef @Crypt-iQ
# contrib
/contrib/ @guggero
# discovery
/discovery/ @ellemouton @yyforyongyu
# docker
/docker/ @guggero
# feature
/feature/ @ProofOfKeags
# functions/methods
/fn/ @Roasbeef @ProofOfKeags
# funding
/funding/ @Crypt-iQ @morehouse
# health check
/healthcheck/ @guggero
# htlc switch
/htlcswitch/ @Roasbeef @yyforyongyu
# musig2
/internal/musig2v040/ @guggero
# invoices
/invoices/ @yyforyongyu @bhandras
# key chain
/keychain/ @guggero @roasbeef
# kvdb
/kvdb/ @bhandras
# lncfg
/lncfg/ @Roasbeef
# lnencrypt
/lnencrypt/ @guggero
# lnpeer
/lnpeer/ @Roasbeef
#lntest
/lntest/ @yyforyongyu
# lntypes
/lntypes/ @bitromortac
# lnutils
/lnutils/ @yyforyongyu
# lnwallet
/lnwallet/ @Roasbeef @yyforyongyu @Crypt-iQ
# lnwire
/lnwire/ @ellemouton @morehouse
# macaroons
/macaroons/ @guggero
# mobile
/mobile/ @guggero
# monitoring
/monitoring/ @guggero
# multimutex
/multimutex/ @Roasbeef
# nat
/nat/ @Roasbeef
# network announcements
/netann/ @ellemouton @yyforyongyu
# peer
/peer/ @ProofOfKeags @Crypt-iQ @morehouse
# peernotifier
/peernotifier/ @yyforyongyu
# pool
/pool/ @yyforyongyu
# queue
/queue/ @bhandras
# record
/record/ @guggero
# routing
/routing/ @bitromortac @ellemouton @yyforyongyu
# rpcperms
/rpcperms/ @guggero
# shachain
/shachain/ @Roasbeef
# signal
/signal/ @Roasbeef
# sqldb
/sqldb/ @bhandras
# sweep
/sweep/ @yyforyongyu @ziggie1984
# ticker
/ticker/ @guggero
# tlv
/tlv/ @Roasbeef
# tor
/tor/ @yyforyongyu
# walletunlocker
/walletunlocker/ @guggero
# watchtower
/watchtower/ @ellemouton
# zpay32
/zpay32/ @Roasbeef @morehouse