forked from WebXDAO/WebXDAO.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update codeowners based on teams and files
- Loading branch information
1 parent
538c79a
commit a639ae9
Showing
1 changed file
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,26 @@ | ||
# pattern: | ||
# Codeowners file for WebXDAO.github.io repository | ||
|
||
# file/directory user | ||
# 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 @WebXDAO/webx-guild-developer | ||
* @WebXDAO/webx-core | ||
|
||
# Reviewer by organization Team | ||
# 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/ @CBID2 @WebXDAO/webx-core @darkterminal | ||
|
||
# Reviewer by specific folders | ||
## 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-developers | ||
|
||
# Reviewer by specific files | ||
*.md @Panquesito7 | ||
## 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. |