8000 Initial CODEOWNERS · ShYuPe/botbuilder-python@2c892e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c892e9

Browse files
committed
Initial CODEOWNERS
1 parent 30ccb99 commit 2c892e9

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.github/CODEOWNERS

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Lines starting with '#' are comments.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# More details are here: https://help.github.com/articles/about-codeowners/
5+
6+
# The '*' pattern is global owners.
7+
8+
# Order is important. The last matching pattern has the most precedence.
9+
# The folders are ordered as follows:
10+
11+
# In each subsection folders are ordered first by depth, then alphabetically.
12+
# This should make it easy to add new rules without breaking existing ones.
13+
14+
# Bot Framework SDK notes:
15+
# The first code owners for a file or library are the primary approvers.
16+
# The later code owners represent a "escalation path" in case the primary code owners are unavailable.
17+
# - @microsoft/bb-python will also never receive a request for a PR review and should be manually requested
18+
# for PRs that only trigger the Global rule ("*")
19+
# - @microsoft/bf-admin should never receive a request for a PR review
20+
21+
# Global rule:
22+
* @microsoft/bb-python @microsoft/bf-admin
23+
24+
# Adapters
25+
/libraries/botbuilder-adapters-slack/** @garypretty @microsoft/bb-python @microsoft/bf-admin
26+
27+
# Platform Integration Libaries
28+
/libraries/botbuilder-integration-aiohttp/** @microsoft/bf-admin @axelsrz @tracyboehrer
29+
/libraries/botbuilder-integration-applicationinsights-aiohttp/** @microsoft/bf-admin @axelsrz @tracyboehrer
30+
31+
# BotBuilder libraries
32+
/libraries/botbuilder-ai/botbuilder/ai/luis/** @microsoft/bf-admin @bb-python @munozemilio
33+
/libraries/botbuilder-ai/botbuilder/ai/qna/** @microsoft/bf-admin @bb-python @johnataylor
34+
/libraries/botbuilder-applicationinsights/** @microsoft/bf-admin @bb-python @munozemilio
35+
/libraries/botbuilder-core/** @johnataylor @microsoft/bb-python @microsoft/bf-admin
36+
/libraries/botbuilder-dialogs/** @johnataylor @microsoft/bb-python @microsoft/bf-admin
37+
/libraries/botframework-connector/** @microsoft/bf-admin @bb-python @johnataylor
38+
/libraries/botframework-connector/botframework/connector/auth/** @microsoft/bf-admin @bb-python @bf-auth
39+
/libraries/botbuilder-streaming/** @microsoft/bf-admin @microsoft/bf-streaming

0 commit comments

Comments
 (0)
0