Skip to content

Commit 0cc84b1

Browse files
committed
Updated .github/CODEOWNERS to reflect current project structure and recent ownership
1 parent acb824b commit 0cc84b1

File tree

1 file changed

+37
-35
lines changed

1 file changed

+37
-35
lines changed

.github/CODEOWNERS

Lines changed: 37 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -22,55 +22,57 @@
2222
# You can also use email addresses if you prefer.
2323
#docs/* docs@example.com
2424

25+
# GitHub stuff
26+
.github/* @tleonhardt
27+
2528
# cmd2 code
26-
cmd2/__init__.py @tleonhardt @kotfu
29+
cmd2/__init__.py @kmvanbrunt @tleonhardt
2730
cmd2/ansi.py @kmvanbrunt @tleonhardt
2831
cmd2/argparse_*.py @kmvanbrunt @anselor
2932
cmd2/clipboard.py @tleonhardt
30-
cmd2/cmd2.py @tleonhardt @kmvanbrunt @kotfu
33+
cmd2/cmd2.py @tleonhardt @kmvanbrunt
3134
cmd2/command_definition.py @anselor
32-
cmd2/constants.py @kotfu
33-
cmd2/decorators.py @kotfu @kmvanbrunt @anselor
35+
cmd2/constants.py @tleonhardt @kmvanbrunt
36+
cmd2/decorators.py @kmvanbrunt @anselor
3437
cmd2/exceptions.py @kmvanbrunt @anselor
35-
cmd2/history.py @kotfu @tleonhardt
36-
cmd2/parsing.py @kotfu @kmvanbrunt
37-
cmd2/plugin.py @kotfu
38+
cmd2/history.py @tleonhardt
39+
cmd2/parsing.py @kmvanbrunt
40+
cmd2/plugin.py @anselor
3841
cmd2/py_bridge.py @kmvanbrunt
3942
cmd2/rl_utils.py @kmvanbrunt
4043
cmd2/table_creator.py @kmvanbrunt
41-
cmd2/transcript.py @kotfu
42-
cmd2/utils.py @tleonhardt @kotfu @kmvanbrunt
44+
cmd2/transcript.py @tleonhardt
45+
cmd2/utils.py @tleonhardt @kmvanbrunt
4346

4447
# Documentation
45-
docs/* @tleonhardt @kotfu
48+
docs/* @tleonhardt
4649

4750
# Examples
48-
examples/async_printing.py @kmvanbrunt
49-
examples/environment.py @kotfu
50-
examples/tab_*.py @kmvanbrunt
51-
examples/modular_*.py @anselor
52-
examples/modular_commands/* @anselor
53-
54-
plugins/template/* @kotfu
55-
plugins/ext_test/* @anselor
51+
examples/modular* @anselor
52+
examples/*.py @kmvanbrunt @tleonhardt
5653

57-
# Unit Tests
58-
tests/pyscript/* @kmvanbrunt
59-
tests/transcripts/* @kotfu
60-
tests/__init__.py @kotfu
61-
tests/conftest.py @kotfu @tleonhardt
62-
tests/test_argparse.py @kotfu
63-
tests/test_argparse_*.py @kmvanbrunt
64-
tests/test_comp*.py @kmvanbrunt
65-
tests/test_pars*.py @kotfu
66-
tests/test_run_pyscript.py @kmvanbrunt
67-
tests/test_transcript.py @kotfu
54+
# Plugins
55+
plugins/* @anselor
6856

69-
tests_isolated/test_commandset/* @anselor
57+
# Unit and Integration Tests
58+
tests/* @kmvanbrunt @tleonhardt
59+
tests_isolated/* @anselor
7060

7161
# Top-level project stuff
72-
setup.py @tleonhardt @kotfu
73-
tasks.py @kotfu
74-
75-
# GitHub stuff
76-
.github/* @tleonhardt
62+
.coveragerc @tleonhardt
63+
.gitignore @tleonhardt @kmvanbrunt
64+
.pre-commit-config.yaml @tleonhardt
65+
.prettierignore @tleonhardt
66+
.prettierrc @tleonhardt
67+
.readthedocs.yaml @tleonhardt
68+
CHANGELOG.md @kmvanbrunt @tleonhardt
69+
cmd2.png @kmvanbrunt @tleonhardt
70+
codecov.yml @tleonhardt
71+
LICENSE @kmvanbrunt @tleonhardt
72+
Makefile @tleonhardt
73+
MANIFEST.in @tleonhardt
74+
mkdocs.yml @tleonhardt
75+
package.json @tleonhardt
76+
pyproject.toml @tleonhardt @kmvanbrunt
77+
README.md @kmvanbrunt @tleonhardt
78+
tasks.py @tleonhardt

0 commit comments

Comments
 (0)