forked from scalar/scalar
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCODEOWNERS
More file actions
52 lines (46 loc) · 1.66 KB
/
CODEOWNERS
File metadata and controls
52 lines (46 loc) · 1.66 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
46
47
48
49
50
51
# Default code owner (overwritten by more specific entries)
* @hanspagel @amritk @geoffgscott @marclave
# Root level code owners
/.github @hanspagel @geoffgscott
/*.md @hanspagel @marclave
# Documentation
/documentation/* @hanspagel @marclave
# Changesets
/.changeset/*
# Cursor rules
/.cursor @hanspagel @amritk
# Packages
/packages/api-client @amritk @hanspagel @marclave
/packages/api-reference-editor @geoffgscott @marclave
/packages/components @hwkr @marclave
/packages/icons @hwkr @marclave
/packages/galaxy @hanspagel @marclave
/packages/oas-utils @amritk @hanspagel @marclave
/packages/themes @hwkr @cameronrohani @marclave
/projects/scalar-app @hanspagel @marclave
/packages/api-reference-react @amritk @marclave
/integrations/docusaurus @amritk @marclave
/integrations/hono @hanspagel @marclave
# /packages/object-utils
# /packages/use-codemirror
/packages/build-tooling @geoffgscott @marclave
/packages/draggable @amritk @marclave
/packages/mock-server @hanspagel @marclave
# /packages/use-modal
/packages/build-watch @geoffgscott @marclave
/integrations/nestjs @marclave
/integrations/aspire @marclave @hanspagel @xC0dex
/integrations/aspnetcore @marclave @hanspagel @xC0dex
/packages/use-hooks @hwkr @hanspagel @marclave
# /packages/use-toasts
/packages/api-client-react @amritk @marclave
/integrations/express @hanspagel @marclave
/integrations/nextjs @amritk @marclave
/integrations/django-ninja @marclave
# /packages/use-tooltip
/packages/api-reference @hanspagel @marclave
/packages/code-highlight @geoffgscott @marclave
/integrations/fastify @hanspagel @marclave
/integrations/nuxt @amritk @marclave
/integrations/fastapi @marclave
/packages/void-server @hanspagel @marclave