File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments