-
Notifications
You must be signed in to change notification settings - Fork 351
Expand file tree
/
Copy pathCODEOWNERS
More file actions
47 lines (38 loc) · 2.54 KB
/
CODEOWNERS
File metadata and controls
47 lines (38 loc) · 2.54 KB
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
38
39
40
41
42
43
44
45
# Catch all
* @bterlson @markcowl @timotheeguerin @witemple-msft @chrisradek @AlitzelMendez
# Those files/folders can be modified by anyone
.chronus/changes/
.github/skills/
cspell.yaml
######################
# Emiter Shared
######################
/eng/emitters/ @m-nash @iscai-msft
/docs/samples/client/ @lmazuel @JoshLove-msft @iscai-msft @srnagar @anuchandy @weidongxu-microsoft @haolingdong-msft @XiaofeiCao @tadelesh @msyyc @joheredi @timotheeguerin @qiaozha @MaryGao
######################
# CSharp
######################
/packages/http-client-csharp/ @m-nash @JoshLove-msft @jorgerangel-msft @christothes @jsquire @ShivangiReja @joseharriaga
/docs/samples/client/csharp @JoshLove-msft @jorgerangel-msft @christothes @jsquire @ShivangiReja @joseharriaga
/website/src/content/docs/docs/emitters/clients/http-client-csharp/ @JoshLove-msft @jorgerangel-msft @christothes @jsquire @ShivangiReja @joseharriaga
######################
# Java
######################
/packages/http-client-java/ @srnagar @anuchandy @weidongxu-microsoft @haolingdong-msft @XiaofeiCao
/website/src/content/docs/docs/emitters/clients/http-client-java/ @srnagar @anuchandy @weidongxu-microsoft @haolingdong-msft @XiaofeiCao
/.github/instructions/http-client-java.instructions.md @srnagar @anuchandy @weidongxu-microsoft @haolingdong-msft @XiaofeiCao
######################
# Python
######################
/packages/http-client-python/ @iscai-msft @tadelesh @msyyc @timotheeguerin @lmazuel @swathipil @catalinaperalta @mccoyp @ChenxiJiang333
/website/src/content/docs/docs/emitters/clients/http-client-python/ @iscai-msft @tadelesh @msyyc @timotheeguerin @lmazuel @swathipil @catalinaperalta @mccoyp @ChenxiJiang333
######################
# JavaScript
######################
/packages/http-client-js/ @joheredi @timotheeguerin @timovv @qiaozha @MaryGao @xirzec @bterlson @markcowl @witemple-msft @chrisradek @AlitzelMendez
######################
# IDE
######################
/packages/typespec-vs/ @RodgeFu @lirenhe @bterlson @markcowl @witemple-msft @timotheeguerin @chrisradek @AlitzelMendez
/packages/typespec-vscode/ @RodgeFu @lirenhe @bterlson @markcowl @witemple-msft @timotheeguerin @chrisradek @AlitzelMendez
/packages/compiler/src/server/ @RodgeFu @bterlson @markcowl @witemple-msft @timotheeguerin @chrisradek @AlitzelMendez