From: Mariatta Date: Tue, 1 Aug 2017 03:56:12 +0000 (-0700) Subject: Create CODEOWNERS (GH-2924) X-Git-Tag: v3.7.0a1~330 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00fce69711c61d4fc9d40174b88d3d208567e2c4;p=thirdparty%2FPython%2Fcpython.git Create CODEOWNERS (GH-2924) Copied over info from .mention-bot --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000000..d1ebf2c2bacd --- /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