From 748d19c4f0cd982a10d5c23b45b7b7438fac4dae Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Mon, 27 Oct 2025 10:06:18 +1100 Subject: [PATCH] Add committers file Add a CODEOWNERS file to the project. - Andrew for `jsonrpc` because its his crate. - Jamil for `types` and `client` because he wrote much of the code it `types`. - Ricardo for `node` because its his crate. - Leo for `bitreq` because he offered to help maintain in at the Rust Bitcoin Summit. This PR will need explicit acks from each of these devs please. --- CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..7c37818c --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,10 @@ +# Default owners for everything in the repo +* @tcharding + +# Owners for specific directories +/bitreq/ @jamillambert @oleonardolima +/client/ @jamillambert +/jsonrpc/ @apoelstra +/node/ @RCasatta +/types/ @jamillambert +