mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
To ensure changes to any RPC-related code are compatible with other services, such as Clio, the RPC team will be required to review them.
9 lines
286 B
Plaintext
9 lines
286 B
Plaintext
# Allow anyone to review any change by default.
|
|
*
|
|
|
|
# Require the rpc-reviewers team to review changes to the rpc code.
|
|
include/libxrpl/protocol/ @xrplf/rpc-reviewers
|
|
src/libxrpl/protocol/ @xrplf/rpc-reviewers
|
|
src/xrpld/rpc/ @xrplf/rpc-reviewers
|
|
src/xrpld/app/misc/ @xrplf/rpc-reviewers
|