-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
33 lines (31 loc) · 934 Bytes
/
CODEOWNERS
File metadata and controls
33 lines (31 loc) · 934 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
29
30
31
32
33
# Igor Code Owners
#
# This file defines code ownership for pull request reviews.
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
#
# Owners are referenced by their GitHub username with @.
# Order is important: the last matching pattern takes precedence.
# Default owner for everything in the repo
* @simonovic86
# Examples of future subsystem ownership (commented out):
#
# Core runtime subsystems:
# /internal/runtime/ @simonovic86 @runtime-team
# /internal/agent/ @simonovic86 @agent-team
#
# P2P and migration:
# /internal/p2p/ @simonovic86 @networking-team
# /internal/migration/ @simonovic86 @migration-team
#
# Storage and checkpointing:
# /internal/storage/ @simonovic86 @storage-team
#
# Protocol definitions:
# /pkg/protocol/ @simonovic86 @protocol-team
#
# Documentation:
# /docs/ @simonovic86 @docs-team
#
# Agent examples:
# /agents/ @simonovic86 @agent-developers