Skip to content

Commit 934bdac

Browse files
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
1 parent 162057c commit 934bdac

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/CODEOWNERS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright (C) 2017-present Arctic Ice Studio <[email protected]>
2+
# Copyright (C) 2017-present Sven Greb <[email protected]>
3+
#
4+
# Project: snowsaw
5+
# Repository: https://github.com/arcticicestudio/snowsaw
6+
# License: MIT
7+
8+
# Configuration for the GitHub feature to automatically request reviews from
9+
# the code owners when a pull request changes any owned files.
10+
#
11+
# References:
12+
# https://github.com/blog/2392-introducing-code-owners
13+
# https://help.github.com/articles/about-codeowners
14+
15+
# +----------------------+
16+
# + Core Team Code Owner +
17+
# +----------------------+
18+
* @arcticicestudio
19+
* @svengreb

0 commit comments

Comments
 (0)