Skip to content

Commit 0e05b0a

Browse files
authored
Add CODEOWNERS (#3822)
1 parent 438b81b commit 0e05b0a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CODEOWNERS

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# In this project, we use CODEOWNERS to identify people who are likely to know
2+
# who should review a pull request.
3+
#
4+
# People listed in this file are committing to respond in a timely fashion to
5+
# PRs in the selected areas. However, that response doesn't have to be a full
6+
# code review; it could also take any of these forms:
7+
#
8+
# - "I intend to review this but I can't yet. Please leave me a message if I
9+
# haven't responded by (a specific date in the near future)."
10+
#
11+
# - "I think (a specific other contributor) should review this." (Note that the
12+
# best reviewer for a PR may not necessarily be listed in this file.)
13+
#
14+
# People must only be added to this file if they've agreed to provide one of
15+
# the above responses in a reasonable amount of time for every PR to which
16+
# they're assigned.
17+
#
18+
# We only ask for this commitment from people who are employed full-time to
19+
# work on this project. We gratefully welcome reviews from other contributors,
20+
# but we don't believe it's fair to ask volunteers to respond quickly.
21+
22+
# If none of the later patterns match, assign to anyone. This team is the
23+
# parent of all the other teams and automatically includes everyone on those
24+
# teams.
25+
* @loganek @lum1n0us @no1wudi @wenyongh @xujuntwt95329 @yamt
26+
27+
# Some parts of the project require more specialized knowledge. In those areas
28+
# we designate smaller groups who are more likely to be aware of who's working
29+
# in specific areas.

0 commit comments

Comments
 (0)