From 934bdac68f3c4b65dee8175bffd133966f7687d4 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sat, 22 Jun 2019 16:50:38 +0200 Subject: [PATCH] GitHub code owners The project adapted to GitHub's code owners feature. This allows to define matching pattern for project paths to automatically add all required reviewers of the core team and contributors to new PRs. See GitHub Help (2) for more details. References: (1) https://github.com/blog/2392-introducing-code-owners (2) https://help.github.com/articles/about-codeowners Epic: GH-33 Depends on GH-49 Resolves GH-43 --- .github/CODEOWNERS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..3f94cee --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,19 @@ +# Copyright (C) 2017-present Arctic Ice Studio +# Copyright (C) 2017-present Sven Greb +# +# Project: snowsaw +# Repository: https://github.com/arcticicestudio/snowsaw +# License: MIT + +# 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 + +# +----------------------+ +# + Core Team Code Owner + +# +----------------------+ +* @arcticicestudio +* @svengreb