GitHub allows us to add a .github/CODEOWNERS file specifying "owners" of certain parts of the codebase. When a PR touches those files, the "owners" get an automatic review request.
See an example here: https://github.com/bitcoindevkit/bdk/blob/master/.github/CODEOWNERS
We need only define "owners" for all crates/test code.
GitHub allows us to add a
.github/CODEOWNERSfile specifying "owners" of certain parts of the codebase. When a PR touches those files, the "owners" get an automatic review request.See an example here: https://github.com/bitcoindevkit/bdk/blob/master/.github/CODEOWNERS
We need only define "owners" for all crates/test code.