Skip to content

Commit 354ce5a

Browse files
committed
Code owners edited
1 parent 9a26e62 commit 354ce5a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/CODEOWNERS

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
@ziobron
1+
# Lines starting with '#' are comments.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# These owners will be the default owners for everything in the repo.
5+
* @ziobron
6+
7+
# Order is important. The last matching pattern has the most precedence.
8+
# So if a pull request only touches cpp, hpp or md files, only these owners
9+
# will be requested to review.
10+
*.cpp @ziobron
11+
*.hpp @ziobron
12+
*.md @ziobron

0 commit comments

Comments
 (0)