Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit c048de2

Browse files
authored
Added code owners file (#1354)
1 parent d170c23 commit c048de2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/CODEOWNERS

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
# Global rule:
15+
* @microsoft/botframework-sdk

0 commit comments

Comments
 (0)