Skip to content

Commit

Permalink
Merge pull request #31 from yokwejuste/feat/code-owners
Browse files Browse the repository at this point in the history
feat: adds code owners
  • Loading branch information
LL-Etiane authored Mar 5, 2024
2 parents 425fe54 + 7ce2222 commit e7dd3ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @yokwejuste @LL-Etiane

# For any request of JavaScript files, @mankaache will be requested for review.
*.js @mankaache


# Any file in the .github directory will be reviewed by @yokwejuste
.github/ @yokwejuste

0 comments on commit e7dd3ae

Please sign in to comment.