-
Notifications
You must be signed in to change notification settings - Fork 886
Expand file tree
/
Copy pathCODEOWNERS
More file actions
26 lines (22 loc) · 814 Bytes
/
CODEOWNERS
File metadata and controls
26 lines (22 loc) · 814 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
# 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
/a2a_agents/ @nan-yu @dmandar @gspencergoog
# Renderers
/renderers/angular/ @ditman @ava-cassiopeia @crisbeto
/renderers/lit/ @ditman @ava-cassiopeia @paullewis
/renderers/web_core/ @ditman @ava-cassiopeia @jacobsimionato
# Specifications
/specification/ @gspencergoog @jacobsimionato