-
Notifications
You must be signed in to change notification settings - Fork 238
/
Copy pathCODEOWNERS
39 lines (30 loc) · 1.23 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
33
34
35
36
37
# 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
######################
# JS - Server
######################
/packages/http-server-javascript @witemple-msft
######################
# IDE
######################
/packages/typespec-vs/ @RodgeFu @bterlson @markcowl @allenjzhang @timotheeguerin
/packages/typespec-vscode/ @RodgeFu @bterlson @markcowl @allenjzhang @timotheeguerin
/packages/compiler/src/server/ @RodgeFu @bterlson @markcowl @allenjzhang @timotheeguerin