Skip to content

Commit 7c39963

Browse files
committed
Adding codeowners file
1 parent 6c9e503 commit 7c39963

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/CODEOWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#This file is used to determine who's in charge of different filetypes. It uses the git code owners system to determine who is in charge of pull requests for file types.
2+
#For more information, see the following link: https://help.github.com/en/articles/about-code-owners
3+
#Feel free to suggest changes or updates
4+
5+
#Global default owners for pull requests
6+
* @administrators
7+
8+
#Tool developers are owners for all filetypes
9+
* @tool-developers

0 commit comments

Comments
 (0)