forked from dlang/dlang.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
24 lines (18 loc) · 832 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# See also:
# - https://github.com/blog/2392-introducing-code-owners
# - https://help.github.com/articles/about-codeowners/
# Each line is a file pattern followed by one or more owners (sorted alphabetically).
# Please feel free to add yourself to a module or create a new mapping.
# Ideally each module should have two or more owners.
# Code owners are automatically requested for review
# when someone opens a pull request that modifies code that they own.
# Later matches take precedence.
spec/* @andralex @WalterBright @maxhaton @mdparker
foundation.dd @andralex @acehreli @WalterBright
posix.mak @andralex @CyberShadow @MartinNowak @wilzbach
css/* @CyberShadow @MartinNowak @wilzbach
js/* @CyberShadow @MartinNowak @wilzbach
assert_writeln_magic.d @wilzbach
orgs-using-d.d @wilzbach
chm* @CyberShadow
dpl-docs/ @s-ludwig