mirror of https://github.com/python/cpython.git
Create CODEOWNERS (GH-2924)
Copied over info from .mention-bot
This commit is contained in:
parent
e4c06bcca3
commit
00fce69711
|
@ -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
|
Loading…
Reference in New Issue