-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
32 lines (23 loc) · 974 Bytes
/
CODEOWNERS
File metadata and controls
32 lines (23 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Default code owners for fuel-core
* @xgreenx @Dentosal @MitchTurner @rymnc
# Code owners for the gas price algorithm
crates/fuel-gas-price-algorithm @xgreenx @Dentosal @MitchTurner
# Code owners for the transaction pool
crates/services/txpool_v2 @xgreenx @Dentosal @MitchTurner
# Code owners for the gas price service (v0 & v1)
crates/services/gas_price_service @xgreenx @Dentosal @MitchTurner @rymnc
# Code owners for the compression service
crates/services/compression @xgreenx @Dentosal @rymnc
# Code owners for the client
crates/client @xgreenx @Dentosal @MitchTurner
# Code owners for the integration tests
tests/ @xgreenx @Dentosal @MitchTurner
# Code owners for benches
benches/ @xgreenx @Dentosal @MitchTurner
# Code owners for docs
docs/ @xgreenx @Dentosal @MitchTurner
# Code owners for common files
CHANGELOG.md @FuelLabs/client
.changes/ @FuelLabs/client
Cargo.lock @FuelLabs/client
.github/CODEOWNERS @FuelLabs/client @FuelLabs/engineering-managers