Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit edf625c

Browse files
author
Bogdan Drutu
authored
Add CODEOWNERS file. (#176)
* Add CODEOWNERS file. * Fix path to be relative to root path.
1 parent e6885c6 commit edf625c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Code owners file.
2+
# This file controls who is tagged for review for any given pull request.
3+
4+
# For anything not explicitly taken by someone else:
5+
* @bogdandrutu
6+
7+
# Owners per module:
8+
/builds/* @rghetia
9+
/encodings/* @bogdandrutu
10+
/metrics/* @bogdandrutu
11+
/stats/* @bogdandrutu
12+
/trace/* @bogdandrutu
13+
/utils/* @bogdandrutu

0 commit comments

Comments
 (0)