Skip to content

Commit cdfe6d0

Browse files
Add CODEOWNERS file (a2ui-project#618)
1 parent 3e274d4 commit cdfe6d0

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# CODEOWNERS file
2+
#
3+
# It allows us to define individuals or teams that are responsible for code in the repository.
4+
#
5+
# Syntax:
6+
# pattern owner1 owner2
7+
#
8+
# The pattern is a glob pattern relative to the root of the repository.
9+
# Owners can be:
10+
# - A GitHub username (e.g., @octocat)
11+
# - An organization team (e.g., @org/team-name)
12+
# - An email address (e.g., octocat@github.com)
13+
14+
# Default ownership (is overriden by specfic rules below)
15+
* @dmandar @gspencer @jacobsimionato
16+
17+
# Agents
18+
/a2a_agents/ @nan-yu @dmandar
19+
20+
# Documentation
21+
/docs/ @zeroasterisk @dmandar @gspencer @jacobsimionato
22+
23+
# Renderers
24+
/renderers/angular/ @ditman @ava-cassiopeia @crisbeto
25+
/renderers/lit/ @ditman @ava-cassiopeia @paullewis
26+
/renderers/web_core/ @ditman @ava-cassiopeia
27+
28+
# Samples
29+
/samples/ @dmandar @zeroasterisk
30+
31+
# Specifications
32+
/specification/ @gspencergoog @jacobsimionato
33+
34+
# Tools
35+
/tools/ @dmandar @jacobsimionato @paullewis

0 commit comments

Comments
 (0)