-
Notifications
You must be signed in to change notification settings - Fork 120
/
CODEOWNERS
Validating CODEOWNERS rules...
38 lines (30 loc) · 1.42 KB
/
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
33
34
35
36
37
38
# Instructions for CODEOWNERS file format and automatic build failure notifications:
# https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners
###########
# SDK
###########
# Catch all for non-code project files
/** @rickwinter
# SDK team
/sdk/ @rickwinter
# Samples
/samples/ @ahsonkhan @antkmsft @rickwinter @vhvb1989 @gearama @LarryOsterman
# Service teams
# Core
/sdk/docs/core/ @ahsonkhan @antkmsft @rickwinter @vhvb1989 @gearama @LarryOsterman
/sdk/inc/azure/core/ @ahsonkhan @antkmsft @rickwinter @vhvb1989 @gearama @LarryOsterman
/sdk/samples/core/ @ahsonkhan @antkmsft @rickwinter @vhvb1989 @gearama @LarryOsterman
/sdk/src/azure/core/ @ahsonkhan @antkmsft @rickwinter @vhvb1989 @gearama @LarryOsterman
/sdk/tests/core/ @ahsonkhan @antkmsft @rickwinter @vhvb1989 @gearama @LarryOsterman
# IoT
/sdk/docs/iot/ @ericwol-msft @ewertons @RLeclair @vaavva
/sdk/inc/azure/iot/ @ericwol-msft @ewertons @RLeclair @vaavva
/sdk/samples/iot/ @ericwol-msft @ewertons @RLeclair @vaavva
/sdk/src/azure/iot/ @ericwol-msft @ewertons @RLeclair @vaavva
/sdk/tests/iot/ @ericwol-msft @ewertons @RLeclair @vaavva
# Platform
/sdk/src/azure/platform/ @ahsonkhan @antkmsft @rickwinter @vhvb1989 @gearama @LarryOsterman
###########
# Eng Sys
###########
/eng/ @danieljurek @weshaggard @benbp