forked from google/A2UI
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCODEOWNERS
More file actions
28 lines (24 loc) · 876 Bytes
/
CODEOWNERS
File metadata and controls
28 lines (24 loc) · 876 Bytes
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
# CODEOWNERS file
#
# It allows us to define individuals or teams that are responsible for code in the repository.
#
# Syntax:
# pattern owner1 owner2
#
# The pattern is a glob pattern relative to the root of the repository.
# Owners can be:
# - A GitHub username (e.g., @octocat)
# - An organization team (e.g., @org/team-name)
# - An email address (e.g., octocat@github.com)
# Default ownership (is overriden by specfic rules below)
* @dmandar @gspencergoog @jacobsimionato @nan-yu @ditman @zeroasterisk @yjbanov
# Agents
/agent_sdks/ @nan-yu @dmandar @gspencergoog
# Renderers
/renderers/angular/ @ditman @ava-cassiopeia @crisbeto
/renderers/lit/ @ditman @ava-cassiopeia @paullewis
/renderers/react/ @lukasmoschitz
/renderers/web_core/ @ditman @ava-cassiopeia @jacobsimionato
/renderers/markdown/ @ditman
# Specifications
/specification/ @gspencergoog @jacobsimionato