Skip to content

Commit bf1dbe2

Browse files
authored
Merge pull request #693 from Anushreebasics/docs_codeowners
docs:codeowners fixes #633
2 parents 6cd109b + 8c9f711 commit bf1dbe2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/CODEOWNERS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)