microsoft/typespec
Publicmirrored from https://github.com/microsoft/typespecAvailable
.github/CODEOWNERS
31lines · modecode
| 1 | # Catch all |
| 2 | * @bterlson @markcowl @allenjzhang @timotheeguerin |
| 3 | |
| 4 | ###################### |
| 5 | # CSharp |
| 6 | ###################### |
| 7 | /packages/http-client-csharp/ @m-nash @JoshLove-msft |
| 8 | |
| 9 | ###################### |
| 10 | # Java |
| 11 | ###################### |
| 12 | /packages/http-client-java/ @srnagar @weidongxu-microsoft @haolingdong-msft @XiaofeiCao |
| 13 | |
| 14 | ###################### |
| 15 | # Python |
| 16 | ###################### |
| 17 | /packages/http-client-python/ @iscai-msft @tadelesh @msyyc |
| 18 | |
| 19 | ###################### |
| 20 | # Emiter Shared |
| 21 | ###################### |
| 22 | /eng/emitters/ @m-nash |
| 23 | |
| 24 | ###################### |
| 25 | # IDE |
| 26 | ###################### |
| 27 | /packages/typespec-vs/ @RodgeFu @bterlson @markcowl @allenjzhang @timotheeguerin |
| 28 | /packages/typespec-vscode/ @RodgeFu @bterlson @markcowl @allenjzhang @timotheeguerin |
| 29 | /packages/compiler/src/server/ @RodgeFu @bterlson @markcowl @allenjzhang @timotheeguerin |
| 30 | |
| 31 | |
| 32 | |