tracing/.github/CODEOWNERS
Zeki Sherif 4286e94530
chore: add @zekisherif to codeowners for tracing-appender (#830)
## Motivation

Adding myself to contributors list so I get tagged on tracing-appender PRs

## Solution

Update CODEOWNERS file

Co-authored-by: Zeki Sherif <zekshi@amazon.com>
Co-authored-by: Eliza Weisman <eliza@buoyant.io>
2020-07-21 16:23:13 -07:00

16 lines
626 B
Plaintext

# Eliza should review everything unassigned.
* @hawkw @tokio-rs/tracing
# tracing-error and tracing-flame were contributed by Jane.
/tracing-error/ @yaahc @tokio-rs/tracing
/tracing-flame/ @yaahc @tokio-rs/tracing
# David contributed the Registry implementation.
/tracing-subscriber/registry @davidbarsky @hawkw @tokio-rs/tracing
# Julian contributed the OpenTelemetry implementation.
/tracing-opentelemetry/ @jtescher @tokio-rs/tracing
# Zeki contributed the TracingAppender implementation
/tracing-appender/ @zekisherif @tokio-rs/tracing