|
12 | 12 |
|
13 | 13 | # You can also use email addresses if you prefer. |
14 | 14 | #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