Skip to content

Commit

Permalink
Add an initial CODEOWNERS file
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Dec 13, 2017
1 parent 72d40da commit 4c178b8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
@@ -0,0 +1,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
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

0 comments on commit 4c178b8

Please sign in to comment.