From e6830d95b6adfe005d7584c0f985887d6ef5729b Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Mon, 27 Oct 2025 10:06:18 +1100 Subject: [PATCH] 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. - Matt and tnull for `bitreq` because they offered below. 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 000000000..530331267 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,10 @@ +# Default owners for everything in the repo +* @tcharding + +# Owners for specific directories +/bitreq/ @oleonardolima @TheBlueMatt @tnull +/client/ @jamillambert +/jsonrpc/ @apoelstra +/node/ @RCasatta +/types/ @jamillambert +