Skip to content

Commit b5def93

Browse files
authored
Merge pull request #444 from python-cmd2/owners
Updated CODEOWNERS to reflect who the experts are
2 parents c8b8c49 + b02e3d3 commit b5def93

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ htmlcov
2020

2121
# mypy optional static type checker
2222
.mypy_cache
23+
24+
# mypy plugin for PyCharm
25+
dmypy.json
26+
dmypy.sock

CODEOWNERS

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,43 @@
1212

1313
# You can also use email addresses if you prefer.
1414
#docs/* docs@example.com
15+
16+
# cmd2 code
17+
cmd2/__init__.py @tleonhardt @kotfu
18+
cmd2/arg*.py @anselor
19+
cmd2/cmd2.py @tleonhardt @kmvanbrunt @kotfu
20+
cmd2/constants.py @kotfu
21+
cmd2/parsing.py @kotfu @kmvanbrunt
22+
cmd2/pyscript*.py @anselor
23+
cmd2/rl_utils.py @kmvanbrunt
24+
cmd2/transcript.py @kotfu
25+
cmd2/utils.py @tleonhardt @kotfu @kmvanbrunt
26+
27+
# Sphinx documentation
28+
docs/* @tleonhardt @kotfu
29+
30+
# Examples
31+
examples/env*.py @kotfu
32+
examples/help*.py @anselor
33+
examples/tab_au*.py @anselor
34+
examples/tab_co*.py @kmvanbrunt
35+
36+
# Unit Tests
37+
tests/pyscript/* @anselor
38+
tests/transcripts/* @kotfu
39+
tests/__init__.py @kotfu
40+
tests/conftest.py @kotfu @tleonhardt
41+
tests/test_acar*.py @anselor
42+
tests/test_argp*.py @kotfu
43+
tests/test_auto*.py @anselor
44+
tests/test_bash*.py @anselor @tleonhardt
45+
tests/test_comp*.py @kmvanbrunt
46+
tests/test_pars*.py @kotfu
47+
tests/test_pysc*.py @anselor
48+
tests/test_tran*.py @kotfu
49+
50+
# Top-level project stuff
51+
CONTRIBUTING.md @tleonhardt @kotfu
52+
setup.py @tleonhardt @kotfu
53+
tasks.py @kotfu
54+

0 commit comments

Comments
 (0)