tqdm/.github/CODEOWNERS

14 lines
457 B
Plaintext
Raw Normal View History

2019-07-03 13:54:00 +00:00
# primary maintainer
* @casperdcl
LICENCE @tqdm/maintainers
2018-05-07 13:51:06 +00:00
# Require maintainer's :+1: for changes to the .github/ repo-config files
# mainly due to https://github.com/probot/settings privilege escalation
.github/* @github/pages
2019-07-03 13:54:00 +00:00
# @mention if >= 30%
DEMO.ipynb @casperdcl @martinzugnoni
demo.yml @casperdcl @martinzugnoni
codecov.yml @lrq3000
setup.py @casperdcl @lrq3000
tqdm/_tqdm_notebook.py @lrq3000 @casperdcl
tests/tests_pandas.py @casperdcl @chengs