-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCODEOWNERS
32 lines (22 loc) · 931 Bytes
/
CODEOWNERS
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
;;; This fork is a port of opentelemetry-swift to Linux, while maintaining backwards compatibility
;;; with MacOS as found in the original work.
CODEOWNERS @youngde811
;;; This port maintains the original Apache license and is copyright David E. Young ([email protected]).
;;; The following is from the original work at https://github.com/open-telemetry/opentelemetry-swift:
#####################################################
#
# List of approvers for OpenTelemetry Swift SDK
#
#####################################################
#
# Learn about membership in OpenTelemetry community:
# https://github.com/open-telemetry/community/blob/master/community-membership.md
#
#
# Learn about CODEOWNERS file format:
# https://help.github.com/en/articles/about-code-owners
#
# Maintainers: @SergeyKanzhelev @nachoBonafonte @bryce-b
# Approvers: @vvydier
* @nachoBonafonte @bryce-b @vvydier
CODEOWNERS @nachoBonafonte