Skip to content

Commit 1476c6e

Browse files
authored
chore: add CODEOWNERS file
1 parent 343bb91 commit 1476c6e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/CODEOWNERS

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# CODEOWNERS
2+
# This file defines code ownership for the sql-powertools repository.
3+
# Owners are automatically requested for review when someone opens a PR.
4+
5+
# Global owners - these users own everything in the repo
6+
* @tareq-halaby
7+
8+
# Documentation
9+
/docs/ @tareq-halaby
10+
*.md @tareq-halaby
11+
12+
# Core application
13+
/views/ @tareq-halaby
14+
index.php @tareq-halaby
15+
16+
# Configuration
17+
*.json @tareq-halaby
18+
*.lock @tareq-halaby
19+
.env.example @tareq-halaby
20+
21+
# Security-sensitive files
22+
SECURITY.md @tareq-halaby
23+
.github/ @tareq-halaby

0 commit comments

Comments
 (0)