|
22 | 22 | # You can also use email addresses if you prefer.
|
23 | 23 | #docs/* docs@example.com
|
24 | 24 |
|
| 25 | +# GitHub stuff |
| 26 | +.github/* @tleonhardt |
| 27 | + |
25 | 28 | # cmd2 code
|
26 |
| -cmd2/__init__.py @tleonhardt @kotfu |
| 29 | +cmd2/__init__.py @kmvanbrunt @tleonhardt |
27 | 30 | cmd2/ansi.py @kmvanbrunt @tleonhardt
|
28 | 31 | cmd2/argparse_*.py @kmvanbrunt @anselor
|
29 | 32 | cmd2/clipboard.py @tleonhardt
|
30 |
| -cmd2/cmd2.py @tleonhardt @kmvanbrunt @kotfu |
| 33 | +cmd2/cmd2.py @tleonhardt @kmvanbrunt |
31 | 34 | 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 |
34 | 37 | 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 |
38 | 41 | cmd2/py_bridge.py @kmvanbrunt
|
39 | 42 | cmd2/rl_utils.py @kmvanbrunt
|
40 | 43 | 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 |
43 | 46 |
|
44 | 47 | # Documentation
|
45 |
| -docs/* @tleonhardt @kotfu |
| 48 | +docs/* @tleonhardt |
46 | 49 |
|
47 | 50 | # 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 |
56 | 53 |
|
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 |
68 | 56 |
|
69 |
| -tests_isolated/test_commandset/* @anselor |
| 57 | +# Unit and Integration Tests |
| 58 | +tests/* @kmvanbrunt @tleonhardt |
| 59 | +tests_isolated/* @anselor |
70 | 60 |
|
71 | 61 | # 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