Skip to content

Commit

Permalink
Add a CODEOWNERS file for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Feb 9, 2018
1 parent 6840d41 commit f71200a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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.

* @CyberShadow @wilzbach
changed.d @MartinNowak @wilzbach
contributors.d @wilzbach
dman.d @CyberShadow
DustMite/* @CyberShadow
rdmd.d @andralex @CyberShadow @marler8997 @wilzbach
rdmd_test.d @andralex @CyberShadow @marler8997 @wilzbach
tests_extractor.d @wilzbach

0 comments on commit f71200a

Please sign in to comment.