-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathCODEOWNERS
More file actions
26 lines (21 loc) · 594 Bytes
/
CODEOWNERS
File metadata and controls
26 lines (21 loc) · 594 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
# CODEOWNERS - Define code ownership for the repository
# Global ownership - Jerome Thayananthajothy is the main maintainer
* @Thavarshan
# Core library files require extra scrutiny
/src/Fetch/ @Thavarshan
/tests/ @Thavarshan
# Configuration and build files
composer.json @Thavarshan
composer.lock @Thavarshan
phpunit.xml.dist @Thavarshan
phpstan*.neon @Thavarshan
pint.json @Thavarshan
# GitHub configuration
/.github/ @Thavarshan
# Documentation
/docs/ @Thavarshan
README.md @Thavarshan
CHANGELOG.md @Thavarshan
# Build and development scripts
/bin/ @Thavarshan
package.json @Thavarshan