Skip to content

Commit f58683a

Browse files
authored
Merge pull request #536 from Anmol-Baranwal/codeowners_optimized
chore: update codeowners based on teams and files
2 parents 538c79a + 01fa22f commit f58683a

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

.github/CODEOWNERS

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
1-
# pattern:
1+
# Codeowners file for WebXDAO.github.io repository
22

3-
# file/directory user
3+
# This file defines the code owners for the WebXDAO repository. Code owners are responsible for reviewing and approving any changes to the code in their respective areas.
44

55
# Default reviewers/codeowners for all code changes
6-
* @WebXDAO/webx-core @WebXDAO/webx-guild-developer
6+
* @WebXDAO/webx-core
77

8-
# Reviewer by organization Team
8+
# Files
9+
*.md @Panquesito7
10+
Readme.md @mkubdev @vinzvinci
11+
.gitignore @mkubdev @vinzvinci @darkterminal
12+
LICENSE @mkubdev @vinzvinci
13+
.github/workflows/ @Panquesito7 @WebXDAO/webx-core
14+
src/components/ @darkterminal @WebXDAO/webx-core
15+
src/lib/ @WebXDAO/webx-core @darkterminal
916

10-
# Reviewer by specific folders
17+
## Directories
18+
.github/ @WebXDAO/webx-core @Panquesito7 @darkterminal
19+
package.json @Panquesito7 @darkterminal @WebXDAO/webx-core
20+
public/ @Panquesito7 @WebXDAO/webx-core
21+
src/ @WebXDAO/webx-core @Panquesito7 @darkterminal @WebXDAO/webx-guild-developer
1122

12-
# Reviewer by specific files
13-
*.md @Panquesito7
23+
## Special cases
24+
# Any changes to the CODEOWNERS file must be approved by @WebXDAO/webx-core @darkterminal.
25+
# Any changes to the .gitattributes file must be approved by @mkubdev @vinzvinci @darkterminal.
26+
# Any changes to the .gitignore file must be approved by @mkubdev @vinzvinci @darkterminal.

0 commit comments

Comments
 (0)