microsoft/typespec
Publicmirrored from https://github.com/microsoft/typespecAvailable
.github/CODEOWNERS
45lines · modecode
| 1 | # Catch all |
| 2 | * @bterlson @markcowl @allenjzhang @timotheeguerin @witemple-msft @chrisradek @AlitzelMendez |
| 3 | |
| 4 | # Those files/folders can be modified by anyone |
| 5 | .chronus/changes/ |
| 6 | cspell.yaml |
| 7 | |
| 8 | ###################### |
| 9 | # Emiter Shared |
| 10 | ###################### |
| 11 | /eng/emitters/ @m-nash @iscai-msft |
| 12 | /docs/samples/client/ @lmazuel @JoshLove-msft @iscai-msft @srnagar @anuchandy @weidongxu-microsoft @haolingdong-msft @XiaofeiCao @tadelesh @msyyc @joheredi @timotheeguerin @qiaozha @MaryGao |
| 13 | |
| 14 | ###################### |
| 15 | # CSharp |
| 16 | ###################### |
| 17 | /packages/http-client-csharp/ @m-nash @JoshLove-msft @jorgerangel-msft @nisha-bhatia |
| 18 | /docs/samples/client/csharp @nisha-bhatia @JoshLove-msft @jorgerangel-msft |
| 19 | /website/src/content/docs/docs/emitters/clients/http-client-csharp/ @nisha-bhatia @JoshLove-msft @jorgerangel-msft |
| 20 | |
| 21 | ###################### |
| 22 | # Java |
| 23 | ###################### |
| 24 | /packages/http-client-java/ @srnagar @anuchandy @weidongxu-microsoft @haolingdong-msft @XiaofeiCao |
| 25 | /website/src/content/docs/docs/emitters/clients/http-client-java/ @srnagar @anuchandy @weidongxu-microsoft @haolingdong-msft @XiaofeiCao |
| 26 | |
| 27 | ###################### |
| 28 | # Python |
| 29 | ###################### |
| 30 | /packages/http-client-python/ @iscai-msft @tadelesh @msyyc @timotheeguerin @lmazuel |
| 31 | /website/src/content/docs/docs/emitters/clients/http-client-python/ @iscai-msft @tadelesh @msyyc @timotheeguerin @lmazuel |
| 32 | |
| 33 | ###################### |
| 34 | # JavaScript |
| 35 | ###################### |
| 36 | /packages/http-client-js/ @joheredi @timotheeguerin @timovv @qiaozha @MaryGao @xirzec @bterlson @markcowl @allenjzhang @witemple-msft @chrisradek @AlitzelMendez |
| 37 | |
| 38 | ###################### |
| 39 | # IDE |
| 40 | ###################### |
| 41 | /packages/typespec-vs/ @RodgeFu @lirenhe @bterlson @markcowl @allenjzhang @timotheeguerin @chrisradek @AlitzelMendez |
| 42 | /packages/typespec-vscode/ @RodgeFu @lirenhe @bterlson @markcowl @allenjzhang @timotheeguerin @chrisradek @AlitzelMendez |
| 43 | /packages/compiler/src/server/ @RodgeFu @bterlson @markcowl @allenjzhang @timotheeguerin @chrisradek @AlitzelMendez |
| 44 | |
| 45 | |
| 46 | |