-
Notifications
You must be signed in to change notification settings - Fork 243
/
Copy pathCODEOWNERS
34 lines (26 loc) · 1.2 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
# Catch all
* @bterlson @markcowl @allenjzhang @timotheeguerin @witemple-msft @chrisradek @AlitzelMendez
# This folder is not important and can be modified by anyone
.chronus/changes/
######################
# CSharp
######################
/packages/http-client-csharp/ @m-nash @JoshLove-msft @jorgerangel-msft
######################
# Java
######################
/packages/http-client-java/ @srnagar @weidongxu-microsoft @haolingdong-msft @XiaofeiCao
######################
# Python
######################
/packages/http-client-python/ @iscai-msft @tadelesh @msyyc
######################
# Emiter Shared
######################
/eng/emitters/ @m-nash @iscai-msft
######################
# IDE
######################
/packages/typespec-vs/ @RodgeFu @bterlson @markcowl @allenjzhang @timotheeguerin @chrisradek @AlitzelMendez
/packages/typespec-vscode/ @RodgeFu @bterlson @markcowl @allenjzhang @timotheeguerin @chrisradek @AlitzelMendez
/packages/compiler/src/server/ @RodgeFu @bterlson @markcowl @allenjzhang @timotheeguerin @chrisradek @AlitzelMendez