-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCODEOWNERS
More file actions
27 lines (21 loc) · 576 Bytes
/
CODEOWNERS
File metadata and controls
27 lines (21 loc) · 576 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
# Global owners
* @romanchaa997
# Core components
/src/core/ @romanchaa997
/src/cli/ @romanchaa997
# CI/CD and deployment
/.github/ @romanchaa997
/scripts/ @romanchaa997
/src/core/ci-integration/ @romanchaa997
# Security-related files
/src/core/bridge-testing/ @romanchaa997
/src/core/bounty-integration/ @romanchaa997
/examples/security-bug-tests/ @romanchaa997
# Configuration files
package.json @romanchaa997
eslint.config.js @romanchaa997
.env.example @romanchaa997
sonar-project.properties @romanchaa997
# Documentation
README.md @romanchaa997
/docs/ @romanchaa997