We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cd109b + 8c9f711 commit bf1dbe2Copy full SHA for bf1dbe2
.github/CODEOWNERS
@@ -0,0 +1,20 @@
1
+# Default code owner for the entire repository
2
+# * @AOSSIE-Org/maintainers
3
+* @M4dhav
4
+
5
+# Flutter mobile app (lib/ is standard)
6
+# lib/ @AOSSIE-Org/flutter-team
7
+# *.dart @AOSSIE-Org/flutter-team
8
9
+# Docs and general
10
+# docs/ @AOSSIE-Org/maintainers
11
+# *.md @AOSSIE-Org/maintainers
12
13
+# GitHub workflows and configs
14
+# .github/ @AOSSIE-Org/devops
15
16
+# Backend-related (if any scripts/functions)
17
+# functions/ @AOSSIE-Org/backend-team
18
19
+# Secure this file
20
+.github/CODEOWNERS @AOSSIE-Org/maintainers
0 commit comments