We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343bb91 commit 1476c6eCopy full SHA for 1476c6e
.github/CODEOWNERS
@@ -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