From 5b5eb4af34ac7168860e773e57a2986b94a04668 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sat, 6 Jan 2018 09:09:09 +0100 Subject: [PATCH] GitHub code owners The project should adapt to GitHub's new "code owners" (1) feature. References: (1) https://github.com/blog/2392-introducing-code-owners GH-16 --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CODEOWNERS 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