-
-
Notifications
You must be signed in to change notification settings - Fork 216
Expand file tree
/
Copy pathCODEOWNERS
More file actions
33 lines (26 loc) · 1.18 KB
/
Copy pathCODEOWNERS
File metadata and controls
33 lines (26 loc) · 1.18 KB
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
# SonicJS Code Owners
#
# This file defines who must review changes to specific parts of the codebase.
# Order matters — the last matching pattern wins.
#
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default owners for everything in the repo
* @lane711
# Core package
/packages/core/ @lane711
# Governance, licensing, and contribution docs — project lead sign-off required
/LICENSE @lane711
/GOVERNANCE.md @lane711
/CONTRIBUTING.md @lane711
/.github/CODEOWNERS @lane711
/.github/FUNDING.yml @lane711
# Release and publishing workflows — project lead sign-off required
/PUBLISHING.md @lane711
/.github/workflows/ @lane711
/scripts/ @lane711
# Website and marketing site
/www/ @lane711
# E2E and integration tests — project lead sign-off sufficient
/tests/ @lane711
# Example app
/my-sonicjs-app/ @lane711