27 lines
738 B
Plaintext
27 lines
738 B
Plaintext
# Instructions for CODEOWNERS file format and automatic build failure notifications:
|
|
# https://github.com/Azure/azure-sdk/blob/master/docs/policies/opensource.md#codeowners
|
|
|
|
###########
|
|
# SDK
|
|
###########
|
|
|
|
# Catch all for non-code project files and unowned files | folders
|
|
* @ahsonkhan @rickwinter @joshfree
|
|
/sdk/ @ahsonkhan @rickwinter @joshfree
|
|
|
|
# Samples
|
|
/samples/ @ahsonkhan @rickwinter
|
|
/sdk/samples/ @ahsonkhan @rickwinter
|
|
|
|
# Azure::Core
|
|
/sdk/core/ @ahsonkhan @antkmsft @rickwinter @vhvb1989
|
|
|
|
# Service teams
|
|
/sdk/storage/ @vinjiang @katmsft @JinmingHu-MSFT @antkmsft @rickwinter @vhvb1989
|
|
|
|
###########
|
|
# Eng Sys
|
|
###########
|
|
/eng/ @danieljurek @azure/azure-sdk-eng
|
|
/**/ci.yml @danieljurek @azure/azure-sdk-eng
|