diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-08-01 03:56:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-01 03:56:12 (GMT) |
commit | 00fce69711c61d4fc9d40174b88d3d208567e2c4 (patch) | |
tree | c7abe2ed265c92451262a87edc2d4667badcbd9d /.github | |
parent | e4c06bcca358c6dcb6393a75a1589ff6a2d45cde (diff) | |
download | cpython-00fce69711c61d4fc9d40174b88d3d208567e2c4.zip cpython-00fce69711c61d4fc9d40174b88d3d208567e2c4.tar.gz cpython-00fce69711c61d4fc9d40174b88d3d208567e2c4.tar.bz2 |
Create CODEOWNERS (GH-2924)
Copied over info from .mention-bot
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..d1ebf2c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,12 @@ +# See https://help.github.com/articles/about-codeowners/ +# for more info about CODEOWNERS file + +# It uses the same pattern rule for gitignore file +# https://git-scm.com/docs/gitignore#_pattern_format + +# Hashing +**/*hashlib* @tiran +**/*pyhash* @tiran + +# SSL +**/*ssl* @tiran |