-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
24 lines (20 loc) · 742 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
24 lines (20 loc) · 742 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
# TeamCode CODEOWNERS
#
# This file defines the teams/individuals responsible for reviewing changes
# to specific paths in the repository.
#
# DEPRECATION NOTICE:
# The TypeScript core (packages/core/) is DEPRECATED as of v2.4.0.
# Only bug fixes and security patches are accepted.
# All new development must target the Go core (go-core/).
# Default owners for everything
* @ElioNeto
# TypeScript core — DEPRECATED
# Only bug fixes and security patches. Any PR touching this path
# MUST include a clear justification in the description.
# New features implemented here will be rejected.
/packages/core/ @ElioNeto
# Go core — all new feature development
/go-core/ @ElioNeto
# Docs — architecture decisions and plans
/docs/ @ElioNeto