2022-03-02 15:07:20 -08:00
|
|
|
# Unless a later match takes precedence,
|
|
|
|
# this team will be requested for review when someone opens a pull request.
|
|
|
|
#
|
|
|
|
# We use a single team here, because if we use two teams, GitHub assigns two reviewers.
|
2022-03-03 04:50:10 -08:00
|
|
|
* @ZcashFoundation/general-rust-reviewers
|
|
|
|
|
|
|
|
# Frequently Modified Code
|
|
|
|
#
|
|
|
|
# This code is currently being modified in most PRs,
|
|
|
|
# so we assign reviews to the largest group of reviewers,
|
|
|
|
# to stop GitHub assigning multiple reviewers
|
|
|
|
#
|
|
|
|
# lightwalletd epic
|
|
|
|
/zebrad/src/commands/start.rs @ZcashFoundation/general-rust-reviewers
|
2022-03-01 06:50:18 -08:00
|
|
|
|
|
|
|
# Network and Async Code
|
2023-08-03 08:21:02 -07:00
|
|
|
/tower-batch-control/ @ZcashFoundation/network-reviewers
|
2022-03-01 06:50:18 -08:00
|
|
|
/tower-fallback/ @ZcashFoundation/network-reviewers
|
|
|
|
/zebra-network/ @ZcashFoundation/network-reviewers
|
|
|
|
/zebra-node-services/ @ZcashFoundation/network-reviewers
|
|
|
|
/zebra-tests/src/mock_service.rs @ZcashFoundation/network-reviewers
|
|
|
|
/zebra-tests/src/service_extensions.rs @ZcashFoundation/network-reviewers
|
|
|
|
/zebra-tests/src/transcript.rs @ZcashFoundation/network-reviewers
|
|
|
|
/zebrad/src/components/ @ZcashFoundation/network-reviewers
|
|
|
|
|
|
|
|
# Cryptographic Code
|
|
|
|
/zebra-consensus/src/primitives/ @ZcashFoundation/cryptographic-reviewers
|
|
|
|
/zebra-chain/src/primitives/ @ZcashFoundation/cryptographic-reviewers
|
|
|
|
/zebra-chain/src/orchard/ @ZcashFoundation/cryptographic-reviewers
|
|
|
|
/zebra-chain/src/sapling/ @ZcashFoundation/cryptographic-reviewers
|
|
|
|
/zebra-chain/src/sprout/ @ZcashFoundation/cryptographic-reviewers
|
|
|
|
/zebra-chain/src/transparent/ @ZcashFoundation/cryptographic-reviewers
|
|
|
|
/zebra-chain/src/history_tree.rs @ZcashFoundation/cryptographic-reviewers
|
|
|
|
/zebra-chain/src/history_tree/ @ZcashFoundation/cryptographic-reviewers
|
|
|
|
|
|
|
|
# Devops Code
|
2022-03-03 04:50:10 -08:00
|
|
|
/.github/workflows/ @ZcashFoundation/devops-reviewers
|
|
|
|
/.github/mergify.yml @ZcashFoundation/devops-reviewers
|
2022-03-01 06:50:18 -08:00
|
|
|
/docker/ @ZcashFoundation/devops-reviewers
|
|
|
|
cloudbuild.yaml @ZcashFoundation/devops-reviewers
|
|
|
|
codecov.yml @ZcashFoundation/devops-reviewers
|
|
|
|
firebase.json @ZcashFoundation/devops-reviewers
|
|
|
|
katex-header.html @ZcashFoundation/devops-reviewers
|
|
|
|
|
|
|
|
# Unsafe Code
|
|
|
|
/zebra-script/ @ZcashFoundation/unsafe-rust-reviewers
|