diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..a9a6bb8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# By default @abhijoshi2k and @PuneetGopinath will review pull requests +* @abhijoshi2k @PuneetGopinath + +# Any file with .md extension will be reviewed by @Andre601 +*.md @Andre601