Skip to content

Commit 423a88a

Browse files
committed
Updated CODEOWNERS file to try to reflect who the experts are for various code setions
This is my quick and dirty attempt at this effort. Please feel free to modify as you see fit.
1 parent 878a662 commit 423a88a

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CODEOWNERS

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

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

0 commit comments

Comments
 (0)