Skip to content

Commit 20b58c4

Browse files
committed
Merge #396: Add git committers file
e6830d9 Add a CODEOWNERS file to the project. (Tobin C. Harding) Pull request description: 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. ACKs for top commit: tnull: ACK e6830d9 TheBlueMatt: ACK (at least the bitreq part) e6830d9 apoelstra: re-ut-ACK e6830d9 jamillambert: ACK e6830d9 Tree-SHA512: f44a853ff6118274c3f155c5a8057334f58b879799fa470cb1473ce2f5b4178dd1fffc4c4b7d4a20f4dce3328795e6eecb3509dcc206bb939a9acf15a24f0535
2 parents d6963a6 + e6830d9 commit 20b58c4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CODEOWNERS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Default owners for everything in the repo
2+
* @tcharding
3+
4+
# Owners for specific directories
5+
/bitreq/ @oleonardolima @TheBlueMatt @tnull
6+
/client/ @jamillambert
7+
/jsonrpc/ @apoelstra
8+
/node/ @RCasatta
9+
/types/ @jamillambert
10+

0 commit comments

Comments
 (0)