mirror of
https://github.com/denoland/deno.git
synced 2025-01-05 05:49:20 -05:00
chore: add CODEOWNERS file (#13008)
This commit is contained in:
parent
33da15ae5a
commit
622bff4ebc
1 changed files with 30 additions and 0 deletions
30
.github/CODEOWNERS
vendored
Normal file
30
.github/CODEOWNERS
vendored
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# project root files (README, Releases, LICENCE, etc)
|
||||||
|
/* @bartlomieju @bnoordhuis
|
||||||
|
|
||||||
|
# CI files
|
||||||
|
.github @bartlomieju @kt3k @piscisaureus
|
||||||
|
|
||||||
|
.devcontainer/ @kitsonk
|
||||||
|
|
||||||
|
bench_util/ @AaronO
|
||||||
|
cli/ @bartlomieju
|
||||||
|
cli/ast/ @dsherret @kitsonk
|
||||||
|
cli/dts/ @kitsonk
|
||||||
|
cli/lsp/ @dsherret @kitsonk
|
||||||
|
cli/schemas/ @kitsonk
|
||||||
|
cli/tsc/ @kitsonk
|
||||||
|
core/ @bartlomieju @bnoordhuis
|
||||||
|
docs/ @ry
|
||||||
|
ext/ @bartlomieju @crowlKats @lucacasonato
|
||||||
|
ext/tls/ @bnoordhuis @piscisaureus
|
||||||
|
ext/console/ @kt3k
|
||||||
|
ext/crypto/ @bnoordhuis @lucacasonato
|
||||||
|
ext/web/ @crowlKats @lucacasonato
|
||||||
|
ext/webidl/ @lucacasonato
|
||||||
|
ext/webgpu/ @crowlKats @lucacasonato
|
||||||
|
runtime/ @bartlomieju
|
||||||
|
serde_v8/ @AaronO
|
||||||
|
test_ffi/ @bartlomieju
|
||||||
|
test_util/ @bartlomieju
|
||||||
|
third_party/ @bartlomieju
|
||||||
|
tools/ @bartlomieju @dsherret
|
Loading…
Reference in a new issue