Skip to content

Commit

Permalink
Add CODEOWNERS (#39)
Browse files Browse the repository at this point in the history
Just an idea to create `CODEOWNERS` to automatically assign reviewers
when changing specific part of code.
Is there anybody who would like to keep informed about updates?

Aproove from codeowners is required to merge every specific change.
  • Loading branch information
kvaps committed Mar 21, 2024
1 parent 4ebf19e commit 17866ea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/.github @hiddenmarten @AlexGluck
/api @sircthulhu @Kirill-Garbar
/charts @hiddenmarten @AlexGluck
/cmd @sircthulhu @Kirill-Garbar
/config @sircthulhu @Kirill-Garbar
/hack @sircthulhu @Kirill-Garbar
/internal @sircthulhu @Kirill-Garbar
/test @sircthulhu @Kirill-Garbar @hiddenmarten @AlexGluck
/site @sergeyshevch @Kirill-Garbar
/*.md @kvaps @Kirill-Garbar

0 comments on commit 17866ea

Please sign in to comment.