diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..6ae0b5a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# Configuration for the GitHub feature to automatically request reviews from the code owners when a pull request +# changes any owned files. +# +# References: +# https://github.com/blog/2392-introducing-code-owners +# https://help.github.com/articles/about-codeowners + +# +--------------------+ +# + Default Code Owner + +# +--------------------+ +* @arcticicestudio