docs: fix CODEOWNERS paths (#4138)

* docs: fix CODEOWNERS paths

* Apply suggestions from code review
This commit is contained in:
André Silva
2019-11-19 10:30:39 +00:00
committed by Bastian Köcher
parent 9194b2a3c0
commit e2e2eb7b32
+16 -17
View File
@@ -19,33 +19,32 @@
# - The latest matching rule, if multiple, takes precedence. # - The latest matching rule, if multiple, takes precedence.
# Wasm execution and the wasm side of Substrate Runtime Interface # Wasm execution and the wasm side of Substrate Runtime Interface
/core/executor/ @pepyakin /client/executor/ @pepyakin
/core/sr-io/without_std.rs @pepyakin /primitives/sr-io/ @pepyakin
/core/sr-std/without_std.rs @pepyakin
# Sandboxing capability of Substrate Runtime # Sandboxing capability of Substrate Runtime
/core/sr-sandbox/ @pepyakin /primitives/sr-sandbox/ @pepyakin
/core/primitives/src/sandbox.rs @pepyakin /primitives/core/src/sandbox.rs @pepyakin
# Transaction pool # Transaction pool
/core/transaction-pool/ @tomusdrw /client/transaction-pool/ @tomusdrw
# Offchain # Offchain
/core/offchain/ @tomusdrw /client/offchain/ @tomusdrw
/sr-io/src/offchain/ @tomusdrw /primitives/offchain/ @tomusdrw
# Everything that has RPC in it # Everything that has RPC in it
/core/rpc/ @tomusdrw /bin/node/rpc/ @tomusdrw
/node/rpc/ @tomusdrw /bin/node/rpc-client/ @tomusdrw
/node/rpc-client/ @tomusdrw /client/rpc/ @tomusdrw
/core/rpc-servers/ @tomusdrw /primitives/rpc/ @tomusdrw
# GRANDPA, BABE, consensus stuff # GRANDPA, BABE, consensus stuff
/paint/babe/ @andresilva @DemiMarie-parity /paint/babe/ @andresilva @DemiMarie-parity
/paint/grandpa/ @andresilva @DemiMarie-parity /paint/grandpa/ @andresilva @DemiMarie-parity
/core/finality-grandpa/ @andresilva @DemiMarie-parity /client/finality-grandpa/ @andresilva @DemiMarie-parity
/core/consensus/babe/ @andresilva @DemiMarie-parity /client/consensus/babe/ @andresilva @DemiMarie-parity
/core/consensus/slots/ @andresilva @DemiMarie-parity /client/consensus/slots/ @andresilva @DemiMarie-parity
# Contracts # Contracts
/paint/contracts/ @pepyakin @thiolliere @jimpo /paint/contracts/ @pepyakin @thiolliere @jimpo
@@ -59,10 +58,10 @@
/paint/election/ @kianenigma /paint/election/ @kianenigma
# End to end testing of substrate node # End to end testing of substrate node
/node/executor/ @kianenigma /bin/node/executor/ @kianenigma
# Transaction weight stuff # Transaction weight stuff
/core/sr-primitives/weights.rs @kianenigma /primitives/sr-primitives/src/weights.rs @kianenigma
# Support crates # Support crates
/paint/support/ @thiolliere @kianenigma /paint/support/ @thiolliere @kianenigma