-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathCODEOWNERS
26 lines (21 loc) · 1.09 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Codeowners file for WebXDAO.github.io repository
# 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.
# Default reviewers/codeowners for all code changes
* @WebXDAO/webx-core
# Files
*.md @Panquesito7
Readme.md @mkubdev @vinzvinci
.gitignore @mkubdev @vinzvinci @darkterminal
LICENSE @mkubdev @vinzvinci
.github/workflows/ @Panquesito7 @WebXDAO/webx-core
src/components/ @darkterminal @WebXDAO/webx-core
src/lib/ @WebXDAO/webx-core @darkterminal
## Directories
.github/ @WebXDAO/webx-core @Panquesito7 @darkterminal
package.json @Panquesito7 @darkterminal @WebXDAO/webx-core
public/ @Panquesito7 @WebXDAO/webx-core
src/ @WebXDAO/webx-core @Panquesito7 @darkterminal @WebXDAO/webx-guild-developer
## Special cases
# Any changes to the CODEOWNERS file must be approved by @WebXDAO/webx-core @darkterminal.
# Any changes to the .gitattributes file must be approved by @mkubdev @vinzvinci @darkterminal.
# Any changes to the .gitignore file must be approved by @mkubdev @vinzvinci @darkterminal.